Servostar / gemstone

Gemstone programming language compiler (GSC)
GNU General Public License v2.0
3 stars 0 forks source link

21 add debug print into tokenizer #24

Closed flixm16 closed 4 months ago

flixm16 commented 4 months ago

added a Debug print to all tokens in the lexer. also changed the Keyword "Keyunsigned" to "KeyUnsigned" also added numbers to the Ident token

tested everything and found no issues