diff options
| author | Baitinq <[email protected]> | 2025-06-10 00:24:15 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-06-10 00:24:15 +0200 |
| commit | 513a35f4d861f30cef7342a9fa3228461d1f0401 (patch) | |
| tree | 48f14689c2aeda9cf86ba455cbc966d0e50f1188 /examples | |
| parent | Codegen: Support function forward declaration (diff) | |
| download | interpreter-513a35f4d861f30cef7342a9fa3228461d1f0401.tar.gz interpreter-513a35f4d861f30cef7342a9fa3228461d1f0401.tar.bz2 interpreter-513a35f4d861f30cef7342a9fa3228461d1f0401.zip | |
Bootstrap: Start parsing and codegen of more statements
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/-2.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/-2.src b/examples/-2.src deleted file mode 100644 index d91c6c8..0000000 --- a/examples/-2.src +++ /dev/null @@ -1 +0,0 @@ -let main = 2; |