Grammars are broken.

This commit is contained in:
2024-11-09 10:27:03 -05:00
parent b43fd46260
commit 92d9da14c2
6 changed files with 50 additions and 26 deletions

View File

@@ -35,4 +35,3 @@ Variables can be defined, with several attributes:
> d:lazy = (1 + 1) // Interpreter will wait as long as possible before
// evaluating.
```