diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-04-08 02:27:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 02:27:18 -0400 |
commit | 906dac0c32b27661f941f94f07be2e2ee16c0e17 (patch) | |
tree | fdb4865558d60d9d40bb76b6dd8c72262f4d5f84 /README.md | |
parent | ce5d55c40104069fbf0196dd4d5dc5b6290724de (diff) |
Update README.md
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 |