Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-09 | Registry name generation | Kyle Gunger | |
2022-10-06 | Minor fixes | Kyle Gunger | |
2022-10-06 | Update license date | Kyle Gunger | |
2022-10-06 | Libtnsl additions | Kyle Gunger | |
2022-09-28 | Add stub code | Kyle Gunger | |
2022-09-28 | malloc hooks | Kyle Gunger | |
2022-09-28 | Some basic asm generation around blocks | Kyle Gunger | |
2022-09-20 | Remember to actually close file ptrs | Kyle Gunger | |
2022-09-20 | Add ability to splice own asm code in | Kyle Gunger | |
2022-09-20 | Generate a dummy file | Kyle Gunger | |
2022-09-15 | Fix string from int | Kyle Gunger | |
2022-09-14 | Focus on ASM generation instead of raw binary | Kyle Gunger | |
2022-07-05 | [TNSLC] Fix issue with text literals | Kyle Gunger | |
2022-07-05 | [SPEC] explain loops better | Kyle Gunger | |
2022-06-29 | [LANG] Fix gitignore so the binaries don't get uploaded | Kyle Gunger | |
2022-06-29 | [TNSLC] General updates | Kyle Gunger | |
2022-05-05 | Add methods to crash in a defined way | Kyle Gunger | |
2022-05-02 | Update readme | Kyle Gunger | |
2022-05-02 | [TNSLC] AST Updates | Kyle Gunger | |
- Change how string_equate works - Call AST Node generator from main - Flush out ast.tnsl - Add a few initial methods to AST - Move some code from token.tnsl to parse.tnsl | |||
2022-04-18 | Add tokenizer support for strings | Kyle Gunger | |
2022-04-13 | Include ast, add function to print tokens | Kyle Gunger | |
2022-04-13 | Fix comments and add to token printer. | Kyle Gunger | |
2022-04-13 | Numeric literals | Kyle Gunger | |
2022-04-12 | Update tnslc | Kyle Gunger | |
2022-04-11 | Remove src folders | Kyle Gunger | |
2022-03-18 | Make image in readme look better. | Kyle Gunger | |
2021-12-03 | FAQ updates | Kyle Gunger | |
2021-12-03 | Stuff | Kyle Gunger | |
2021-12-01 | [Readme] links and format updates | Kyle Gunger | |
2021-12-01 | [Logo] Update logo | Kyle Gunger | |
2021-11-30 | Merge branch 'origin' of https://github.com/CircleShift/tnsl-lang into origin | Kyle Gunger | |
2021-11-30 | [SPEC] Update readability | Kyle Gunger | |
2021-11-30 | Update README.md | Kyle Gunger | |
2021-11-30 | Update 2 - related.md | Kyle Gunger | |
2021-11-30 | Rename 2 - features.md to 2 - related.md | Kyle Gunger | |
2021-11-28 | [TNSLC] elf header definitions | Kyle Gunger | |
2021-11-23 | Update readme with logo | Kyle Gunger | |
2021-11-23 | Some changes, plus a logo. | Kyle Gunger | |
2021-10-05 | Merge branch 'origin' of https://github.com/CircleShift/tnsl-lang into origin | Kyle Gunger | |
2021-10-05 | [Docs] FIP additions | Kyle Gunger | |
2021-09-20 | Update spec readme | Kyle Gunger | |
2021-08-22 | Begin port of tnsl-parse code to native TNSL | Kyle Gunger | |
2021-08-09 | Fill out some of chapter 2 | Kyle Gunger | |
2021-08-09 | Complete Chapter 1 | Kyle Gunger | |
2021-08-09 | 5, 6, much of 4 | Kyle Gunger | |
+ Finish much of ch 1 + Fix spelling in copyright notices | |||
2021-08-09 | Spelling and license info | Kyle Gunger | |
2021-08-09 | Finish appendix, ch.1 through s3 | Kyle Gunger | |
2021-08-08 | fix libtnsl readme | Kyle Gunger | |
2021-08-08 | Appendix work + ch 1 work | Kyle Gunger | |
2021-08-07 | Begin filling out spec | Kyle Gunger | |
+ Add initial spec markdowns + Update copyright for libtnsl |