diff options
author | Eduardo Julian | 2017-05-07 15:26:09 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-05-07 15:26:09 -0400 |
commit | 08eb05f23914194c3adcc141664d4c2d7d88978c (patch) | |
tree | 73b61370c672f8b1a6bb9f7af429ef6a2617e9aa /README.md | |
parent | db697bb636e2341d26bb188cc1b9981a1ab505d7 (diff) |
- Renamed "AST" to "Code".
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ The **(Lux a)** type is the one responsible for the magic by threading **Compile You can use **macro:** to define these monadic macros. -Alternatively, you can use the **syntax:** macro, which also offers monadic parsing of AST tokens for convenience. +Alternatively, you can use the **syntax:** macro, which also offers monadic parsing of Code tokens for convenience. ### Custom pattern-matching |