added some TODO listing in the README and removed junk file

This commit is contained in:
2026-05-19 19:38:25 +01:00
parent 9255c1d7fa
commit 556185e095
3 changed files with 12 additions and 213 deletions
+11 -28
View File
@@ -102,34 +102,17 @@ Move a character with @CHARACTER to fr
> [!NOTE]
> fr means front-right for instance.
## Implemented stuff
### Commands
| Command | Implemented |
| --------------- | ----------- |
| END | Yes |
| CHOICE/OR/OR | Yes |
| IF/ELSE IF/ELSE | No |
| GOTO | Yes |
| PAN | No |
### Character sub-commands
| Character Command | Implemented |
| ----------------- | ----------- |
| SAYS | Yes |
| CHANGE | Yes |
| TO | Yes |
| ANIMATE | Yes |
### Other Features
| Feature | Implemented |
| ---------- | ----------- |
| Variables | No |
| about.json | No |
| INPUT | Partially |
## TODO
- Variables
- /about.json
- If/Else if/Else
- PAN
- INPUT
- tokeniser check for lack of END
- Fix no closing brace edge case
- Support single quotes for strings
- Brace index getter check for closing
- Proper Error messages centralised???
## Error codes