Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-14 | [tnslc] compile structs | Kyle Gunger | |
2024-09-30 | [tnslc] update children before print to create valid integrity test | Kyle Gunger | |
2024-07-21 | fix error causing double file closes | Kyle Gunger | |
2024-07-21 | Begin ast funcs | Kyle Gunger | |
2024-07-21 | Basic tokenizer | Kyle Gunger | |
2024-07-19 | switch tokenization scheme | Kyle Gunger | |
2024-06-25 | Start work on ast gen | Kyle Gunger | |
2024-03-31 | Tenative tokenizer | Kyle Gunger | |
2024-03-30 | copy file example | Kyle Gunger | |
2024-03-30 | in_csv function | Kyle Gunger | |
2024-03-29 | int and string conversion algo | Kyle Gunger | |
2024-03-29 | File read test | Kyle Gunger | |
2024-03-28 | Fix version number | Kyle Gunger | |
2024-03-28 | Vector updates | Kyle Gunger | |
2024-03-26 | vector bugfix | Kyle Gunger | |
2024-03-26 | generator func | Kyle Gunger | |
2024-03-26 | Better hello | Kyle Gunger | |
2024-03-26 | Hello world | Kyle Gunger | |
2024-03-26 | fix linux cwrap | Kyle Gunger | |
2024-03-25 | Remove old parser files | Kyle Gunger | |
2023-08-05 | Fix issue with cf block conditionals | Kyle Gunger | |
2023-07-31 | Fix returns from functions without outputs | Kyle Gunger | |
2023-07-26 | Division fixes | Kyle Gunger | |
2023-07-07 | Returns inside of complex operations | Kyle Gunger | |
2023-05-21 | Else if fixes | Kyle Gunger | |
2023-05-20 | Initial boolean and/or | Kyle Gunger | |
2023-05-20 | Clean up else/else if | Kyle Gunger | |
I was kinda drunk when I wrote the else if stuff. Now it should (partially) work at least | |||
2023-05-20 | Re-work if/else/loop | Kyle Gunger | |
2023-05-19 | Updated enum checking | Kyle Gunger | |
2023-05-18 | File reading/writing | Kyle Gunger | |
2023-05-15 | Fix initial struct calling | Kyle Gunger | |
2023-05-15 | Fixed struct returns (struct calls still do not work) | Kyle Gunger | |
2023-05-14 | Fix an issue with tmp vars of ref type | Kyle Gunger | |
2023-05-14 | Indexing and proper string decomp | Kyle Gunger | |
2023-05-14 | Fix postfix operator | Kyle Gunger | |
2023-05-14 | Change inc/dec | Kyle Gunger | |
2023-05-14 | Windows C wrapping | Kyle Gunger | |
2023-05-14 | Make scope aware of call tmp variables when calling | Kyle Gunger | |
2023-05-13 | Partially fix calls | Kyle Gunger | |
2023-05-13 | Add tmp variables, break calls | Kyle Gunger | |
2023-03-26 | Fix bug for functions with no return | Kyle Gunger | |
2023-03-26 | Order of operations fix for eval_value | Kyle Gunger | |
2023-03-26 | Fixes for method calling | Kyle Gunger | |
2023-03-26 | Fix multiple issues | Kyle Gunger | |
+ Fix calling with multiple arguments + Fix issue with stack positioning + Fix issue with alt in _eval_value | |||
2023-03-26 | Fixed multiple simple parameters | Kyle Gunger | |
2023-03-26 | Initual function calling | Kyle Gunger | |
2023-03-25 | Pre-generate function signatures in modules | Kyle Gunger | |
2023-03-24 | Parse input parameters | Kyle Gunger | |
2023-03-24 | Better character literal parsing | Kyle Gunger | |
2023-03-24 | Update index solver | Kyle Gunger | |