hare

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

commit e7418dd2e41303f95c6c1bd5c373e110a59923b4
parent 0320abd4ee79c4139786cb01be1a09be72b93b0e
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 22 Aug 2021 12:03:34 +0200

hare/README: expand module list

Signed-off-by: Drew DeVault <sir@cmpwn.com>

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

diff --git a/hare/README b/hare/README @@ -2,7 +2,9 @@ The hare namespace provides various modules which can be used to work with Hare code itself (how meta). The modules available are: - [[hare::ast]]: data structures representing Hare's Abstract Syntax Tree +- [[hare::eval]]: interpreter for the "translation compatible subset" of Hare - [[hare::lex]]: a lexer for Hare programs - [[hare::module]]: module resolution and Hare cache management - [[hare::parse]]: a parser for Hare programs +- [[hare::unit]]: Hare type checker - [[hare::unparse]]: a Hare "unparser", converts [[hare::ast]] into source code