diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2022-04-09 14:31:59 -0400 | 
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2022-04-09 14:31:59 -0400 | 
| commit | e460546fc40b8e3eb828e77422f26f267ea0d9ef (patch) | |
| tree | cdf337a26477b35aaac5d42e20467b4d4134afba | |
| parent | 3b5a23a17fb479444e9130b03e0a7af49bbb561e (diff) | |
| parent | 980ecf4e0ba342e59b41613fc0c4ed6d19d564bd (diff) | |
Merge branch 'master' of github.com:CircleShift/tnsl-parse
| -rw-r--r-- | README.md | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -38,9 +38,11 @@ What (seems to) work  - Function Calls  - Getting struct members  - Array indexing +- `else` blocks +- File IO +- Print statements  What doesn't work -- `else` blocks  - Appending to arrays  ## Usage |