From 08eb05f23914194c3adcc141664d4c2d7d88978c Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 7 May 2017 15:26:09 -0400 Subject: - Renamed "AST" to "Code". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3