commit a01f4b0ae68dfb85f02861d7a191f8829b0918f9
parent 4db6719b971d9c260ed59bebe9a080576ef5349e
Author: Sebastian <sebastian@sebsite.pw>
Date: Mon, 28 Mar 2022 17:26:55 -0400
hare: add hare::types to README
Signed-off-by: Sebastian <sebastian@sebsite.pw>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/hare/README b/hare/README
@@ -6,5 +6,6 @@ code itself (how meta). The modules available are:
- [[hare::lex]]: a lexer for Hare programs
- [[hare::module]]: module resolution and Hare cache management
- [[hare::parse]]: a parser for Hare programs
+- [[hare::types]]: an implementation of the Hare type system
- [[hare::unit]]: Hare type checker
- [[hare::unparse]]: a Hare "unparser", converts [[hare::ast]] into source code