remoo69 / Compiler-Sheesh

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

Error when tokenizing text_literal #17

Closed jldav1d closed 1 month ago

jldav1d commented 2 months ago

Code: text backpack = " hello!" ... "I love bags!" #

LEXEME TABLE RESULT: LEXEME TOKEN
text text
backpack Identifier
= =
" Text
hello Identifier
" Text
... ...
"I love bags!" Text
# #

" is recognized as a text_literal Perhaps yung space within " " na-reread as delim

Yep may problem kapag may space sa text_literal "hello"# VALID " hello"# ERROR

jldav1d commented 1 month ago

gucci na to