docs update and moved around the test stories

This commit is contained in:
2026-05-26 23:00:23 +01:00
parent 148fb73f7f
commit ae74c07948
6 changed files with 128 additions and 11 deletions
+2 -5
View File
@@ -7,7 +7,7 @@ For help with syntax, see [this documentation](/docs/SYNTAX.md)
## Install
This is not really out of development, but to run it, clone the repo, go into /server/ and use cargo run story.zip to run a file called story.zip, relative to your current location.
This is not really out of development, but to run it, clone the repo, go into /server/ and use cargo run story.zip to run a file called story.zip, absolute or relative file location.
## Technical Details
@@ -103,14 +103,11 @@ Move a character with @CHARACTER to fr
> fr means front-right for instance.
## 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
- backslashes in strings
- Brace index getter check for closing
- Proper Error messages centralised???