glm94
|
428556a7a1
|
Updated the parser to be able to correctly sync via a longjmp. Fixed a few bugs in the tokenizer, like not allowing underscores in symbol / label names and taught it how to detect a label declaration. Fixed the code that gets the register name.
|
2025-06-26 23:24:03 -05:00 |
|
glm94
|
3a5788f4ab
|
Cleaned up the TokenStringify function and started toying with ways to handle syncing in the parser.
|
2025-06-26 00:36:37 -05:00 |
|
glm94
|
b759589e84
|
Lots of changes and too much dragging my feet on this. But I think this is going in the right direction now.
|
2025-06-24 23:48:26 -05:00 |
|
glm94
|
ebfd7cf94c
|
Fixed a bug where the tokenizer wasn't parsing hexadecimal numbers correctly. Added support for tokenizing the colon and comma characters.
|
2025-01-08 23:22:43 -06:00 |
|
glm94
|
428d674f54
|
Cleaned up the TokenStringify function a bit (ignore the returning of a local variable) and updated the tokenizer to better handle new lines.
|
2025-01-08 02:40:05 -06:00 |
|
glm94
|
6d3f90183e
|
Added support for number literals and punctuation.
|
2025-01-08 01:39:10 -06:00 |
|
glm94
|
7e70c6fd19
|
Created a tokenizer and the supporting code, currently processes text that is not a string literal.
|
2025-01-07 23:52:03 -06:00 |
|