diff options
| author | Baitinq <[email protected]> | 2025-01-12 13:33:07 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-01-12 13:33:24 +0100 |
| commit | 4b510bf484c9f0f82a20c8f8d3ecd59ea92aee80 (patch) | |
| tree | 4a8847f5bbe77b6e8a9cb673e3794231f0271d47 /todo/3.src | |
| parent | Misc: Improve error messages and add todos (diff) | |
| download | interpreter-4b510bf484c9f0f82a20c8f8d3ecd59ea92aee80.tar.gz interpreter-4b510bf484c9f0f82a20c8f8d3ecd59ea92aee80.tar.bz2 interpreter-4b510bf484c9f0f82a20c8f8d3ecd59ea92aee80.zip | |
Tokenizer: Fix tokenizer invalid strings
Diffstat (limited to '')
| -rw-r--r-- | todo/3.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/todo/3.src b/todo/3.src new file mode 100644 index 0000000..29ade8c --- /dev/null +++ b/todo/3.src @@ -0,0 +1 @@ +let x = x; |