hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit cfcf963501c72a5f14eabef12f0e5a8e81a8b913
parent 95cabeb6ffa39967142b50195d9dd5cbe5900a73
Author: Sebastian <sebastian@sebsite.pw>
Date:   Tue, 18 Jul 2023 19:20:52 -0400

hare::unparse: add README

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
Ahare/unparse/README | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/hare/unparse/README b/hare/unparse/README @@ -0,0 +1,2 @@ +hare::unparse provides an unparser for Hare. All functions take in some part of +the AST and write formatted Hare source code to an [[io::stream]].