diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ What works - Struct definition - Control flow blocks (`if` and `loop` specifically) -What does'nt work +What doesn't work - `else` - Function Calls - Getting struct members @@ -57,4 +57,4 @@ Once you have built the parser, it can be invoked in the build folder with `./pa With some of the code I've written, I'm kinda supprised that this even compiles. -tint is short for Tnsl INTerpreter
\ No newline at end of file +tint is short for Tnsl INTerpreter |