Closed ForeStrikeGallery closed 2 years ago
This is a work-in-progress MR to add the parser.
Sample program and lexer output: out("hello world")
out("hello world")
('Tokens: ', [('symbol', 'out'), ('(', ''), ('string', 'hello world'), (')', '')])
This is a work-in-progress MR to add the parser.