aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEduardo Julian2017-05-07 15:26:09 -0400
committerEduardo Julian2017-05-07 15:26:09 -0400
commit08eb05f23914194c3adcc141664d4c2d7d88978c (patch)
tree73b61370c672f8b1a6bb9f7af429ef6a2617e9aa /README.md
parentdb697bb636e2341d26bb188cc1b9981a1ab505d7 (diff)
- Renamed "AST" to "Code".
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 373237814..4b6d48a67 100644
--- a/README.md
+++ b/README.md
@@ -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