1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00

Bump version

This commit is contained in:
Étienne Fildadut 2022-09-16 16:40:13 +09:00
parent ef5e1a577f
commit fe897688d6
4 changed files with 5 additions and 4 deletions

View file

@ -52,6 +52,7 @@ TODO: type system is not super nice to use.
TODO: some sensible way to capture text event in string litterals (string interpolation/subtexts)? -> meh, this means we can capture choice events, and choice events contain their code block, and we don't want to store code blocks in the save file (as code can be updated/translated/whatever)
ignoring choice events, we might be able to use subtexts in string litterals; using the same code for text lines and text litterals? we would lose tags...
-> no. would break ability to switch between two translations of the script as the save would contain the text events from the previous language.
TODO: simplify language, it is much too complicated. Less line types? (var def, func, checkpoint, tag). Rewrite some ad hoc syntax using the expression system?