okokokokokook

This commit is contained in:
bronku 2025-12-06 12:16:48 +01:00
parent 61dc873489
commit a47ef094af
9 changed files with 136 additions and 25 deletions

View file

@ -1,5 +1,6 @@
- string processing is very primitive, it just checks for f at the beggining, and then adds #, before { if so
- no elif
- no elif parsed as if else if else if else .... insted of if elif elif else, semantically the same
- no lambdas
- tuples need to be in ()
- converts tuples into lists
- converts tuples into lists
- no += -= *= /= ...