diff options
| author | Baitinq <[email protected]> | 2025-06-03 20:57:14 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-06-03 20:57:14 +0200 |
| commit | 7a8aeb393cd328f43e503c525dc6f5f68acb42dc (patch) | |
| tree | 1392f3665c527e54d21ed47110d2d776192c6afe /examples | |
| parent | Bootstrap: Parser: Start implementation (diff) | |
| download | interpreter-7a8aeb393cd328f43e503c525dc6f5f68acb42dc.tar.gz interpreter-7a8aeb393cd328f43e503c525dc6f5f68acb42dc.tar.bz2 interpreter-7a8aeb393cd328f43e503c525dc6f5f68acb42dc.zip | |
Bootstrap: Parser: Add enough implementation to parse example -2
Diffstat (limited to '')
| -rw-r--r-- | examples/-2.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/-2.src b/examples/-2.src new file mode 100644 index 0000000..d91c6c8 --- /dev/null +++ b/examples/-2.src @@ -0,0 +1 @@ +let main = 2; |