| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-01 | Split main file | Kyle Gunger | |
| 2021-05-03 | fixed bug caused by previous bugfix | Kyle Gunger | |
| 2021-05-03 | tokenizer bug fix | Kyle Gunger | |
| 2021-04-30 | Destroy my own code by using goto | Kyle Gunger | |
| 2021-01-20 | Add specification to the repo. To be updated as the language evolves. | CCGKyle | |
| 2020-12-06 | Small update | Kyle Gunger | |
| 2020-11-30 | Seperate tree code to multiple files | Kyle Gunger | |
| 2020-11-18 | Remove link to parent from nodes | Kyle Gunger | |
| 2020-11-17 | small error update | Kyle Gunger | |
| 2020-11-17 | Parse list/value list fixes | Kyle Gunger | |
| 2020-11-17 | Write value list parser | Kyle Gunger | |
| 2020-11-16 | Start of parselist func | Kyle Gunger | |
| 2020-11-06 | Start work on AST generation | Kyle Gunger | |
| 2020-09-20 | Basic updates | Kyle Gunger | |
| - Move preprocessor to it's own file - Begin working on new delimiters - Begin working on blocks in the tree | |||
| 2020-07-08 | Update test script | Kyle Gunger | |
| 2020-07-08 | Update tree structure | Kyle Gunger | |
| 2020-07-04 | Tests | Kyle Gunger | |
| + Add initial tests ~ Some tests fail. These bugs will warrent a section in the readme. | |||
| 2020-07-03 | Extra Numbers | Kyle Gunger | |
| + Add line and character numbers to tokens + Impliment line and character numbers ~ Line and char nums start at 0 for now ~ There's this itch in my mind like something is broken | |||
| 2020-07-01 | Add Apache 2.0 Licence | Kyle Gunger | |
| 2020-06-28 | Update examp.tnsl | Kyle Gunger | |
| 2020-06-28 | Update README.md | Kyle Gunger | |
| 2020-06-28 | Update examp.tnsl | Kyle Gunger | |
| 2020-06-28 | Create README.md | Kyle Gunger | |
| 2020-06-28 | [Bugfix] Literals and Comments | Kyle Gunger | |
| + Fix literal value parsing + Remove comments from the tokenized result | |||
| 2020-06-28 | [Initial parser] Upload existing | Kyle Gunger | |