summaryrefslogtreecommitdiff
path: root/src/tparse/tokenize.go
AgeCommit message (Collapse)Author
2022-04-04Fix tokenizer bug relating to end of filesKyle Gunger
2022-03-15[HOTFIX] Fix tokens not generating at eofKyle Gunger
2021-12-03[PARSE] Fix hex parsingKyle Gunger
~ Apparently CF does work, it was probably just something on my end + Fix parsing of numeric literals with bases other than 10
2021-11-23[EVAL] Stubcode v2Kyle Gunger
2021-11-04[EXEC] Flush out a couple of funcsKyle Gunger
+ I no longer understand my own code.
2021-10-30[AST] Fixes for some statements in blocksKyle Gunger
2021-05-03fixed bug caused by previous bugfixKyle Gunger
2021-05-03tokenizer bug fixKyle Gunger
2020-11-06Start work on AST generationKyle Gunger
2020-09-20Basic updatesKyle Gunger
- Move preprocessor to it's own file - Begin working on new delimiters - Begin working on blocks in the tree
2020-07-03Extra NumbersKyle 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