ForeStrikeGallery / Mamba

A programming language inspired by python
0 stars 0 forks source link

Implement parser and exector for num variable declaration #4

Closed ForeStrikeGallery closed 2 years ago

ForeStrikeGallery commented 2 years ago

This is a work-in-progress MR to add the parser.

ForeStrikeGallery commented 2 years ago

Sample program and lexer output: out("hello world")

('Tokens: ', [('symbol', 'out'), ('(', ''), ('string', 'hello world'), (')', '')])