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 | |
| 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 'todo')
| -rw-r--r-- | todo/1.src | 1 | ||||
| -rw-r--r-- | todo/2.src | 1 | ||||
| -rw-r--r-- | todo/3.src | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/todo/1.src b/todo/1.src deleted file mode 100644 index e17f230..0000000 --- a/todo/1.src +++ /dev/null @@ -1 +0,0 @@ -let x = -; diff --git a/todo/2.src b/todo/2.src deleted file mode 100644 index 31354ec..0000000 --- a/todo/2.src +++ /dev/null @@ -1 +0,0 @@ -_ 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; |