remoo69 / Compiler-Sheesh

Compiler for the self-developed language Sheesh#.
MIT License
2 stars 1 forks source link

fix multiple lexer bugs #76

Closed jldav1d closed 2 weeks ago

jldav1d commented 2 weeks ago

CHANGES:

Before After
bet
{
}
bet
{
}
Line 1, Token 1: Invalid Null Delimiter for Identifier 'bet'... No Lexical Errors

PS: