hare

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

commit a5ca3b13fa873f9cee894d7d135d69b03e28b559
parent 641d3307c8d46c6794baba832d160f5c9afe26f3
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue, 20 Apr 2021 14:54:52 -0400

hare::README: fix references

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

diff --git a/hare/README b/hare/README @@ -1,8 +1,8 @@ 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::lex]: a lexer for Hare programs -- [hare::module]: module resolution and Hare cache management -- [hare::parse]: a parser for Hare programs -- [hare::unparse]: a Hare "unparser", converts [hare::ast] into source code +- [[hare::ast]]: data structures representing Hare's Abstract Syntax Tree +- [[hare::lex]]: a lexer for Hare programs +- [[hare::module]]: module resolution and Hare cache management +- [[hare::parse]]: a parser for Hare programs +- [[hare::unparse]]: a Hare "unparser", converts [[hare::ast]] into source code