Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-31 | Updates to include new c_wrap | Kyle Gunger | |
2023-08-29 | Find type | Kyle Gunger | |
2023-08-24 | change in_csv to return an index | Kyle Gunger | |
2023-08-17 | Change how CompData writes to a file | Kyle Gunger | |
2023-08-13 | Fix issue with vector | Kyle Gunger | |
Re-add definitions for variable, type, and module | |||
2023-08-10 | Re-implement tokenizer functionality | Kyle Gunger | |
2023-08-10 | Fix allocation logic | Kyle Gunger | |
2023-08-10 | Finish path struct | Kyle Gunger | |
2023-08-06 | Frame out port of compiler | Kyle Gunger | |
2023-08-05 | Test file for basic token parsing | Kyle Gunger | |
2023-08-05 | Fix weird augments like 'len' and 'is' | Kyle Gunger | |
2023-08-05 | Done with tokenizer for native compiler | Kyle Gunger | |
2023-08-05 | Fix issue with cf block conditionals | Kyle Gunger | |
2023-08-04 | Separate str literal generation into function | Kyle Gunger | |
2023-08-04 | Slightly better tokenization for tnsl_wrapped | Kyle Gunger | |
2023-08-04 | Add tests to tokenizer | 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 | Update gitignore | Kyle Gunger | |
2023-05-21 | Else if fixes | Kyle Gunger | |
2023-05-20 | File copy example | 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 | Rename file | Kyle Gunger | |
2023-05-18 | File reading/writing | Kyle Gunger | |
2023-05-15 | Update readme | Kyle Gunger | |
2023-05-15 | Separate artifacts | 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 | Merge branch 'origin' of github.com:CircleShift/tnsl-lang into origin | Kyle Gunger | |
2023-05-14 | Make scope aware of call tmp variables when calling | Kyle Gunger | |
2023-05-14 | Proper calling test | Kyle Gunger | |
2023-05-13 | Update README.md | Kyle Gunger | |
2023-05-13 | Update README.md | Kyle Gunger | |
2023-05-13 | Hello world in tnsl | Kyle Gunger | |
2023-05-13 | Partially fix calls | Kyle Gunger | |
2023-05-13 | Add tmp variables, break calls | Kyle Gunger | |
2023-03-26 | Remove pointless test files | 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 |