diff options
author | Aleksei Eaves <alekseijeaves@protonmail.com> | 2024-04-16 11:02:08 +1000 |
---|---|---|
committer | Aleksei Eaves <alekseijeaves@protonmail.com> | 2024-04-16 11:02:08 +1000 |
commit | 24cad130fb3b4f81d029bd9edd6ed4e733507fbf (patch) | |
tree | 43aec53b785177a09829206d7ec2cbc483ece000 /macro.lisp | |
parent | 75db422f7b9c73f1057bf3187c73bfaeb6003a0b (diff) |
grammar.lisp -> syntax.lisp, added attribute pass and word rule
Diffstat (limited to 'macro.lisp')
-rw-r--r-- | macro.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ This owuld make it simple |# (defun macro-pass (program-list) - "Translate a programs macros" + "Translate a programs macros." (let ((macro-association-list (let ((return-alist nil)) (dolist (i program-list) |