hare

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

commit 0919412be13703235c7deabdb6216254e4a39432
parent ecc57489021b765df7cf7283f0dd4d73872822fc
Author: Sebastian <sebastian@sebsite.pw>
Date:   Tue, 18 Jul 2023 19:20:54 -0400

hare::ast: add README

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

Diffstat:
Ahare/ast/README | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/hare/ast/README b/hare/ast/README @@ -0,0 +1 @@ +hare::ast provides an abstract syntax tree for Hare code.