daeisbae / AParser

Yet another programming language for educational purpose and simplicity
MIT License
0 stars 0 forks source link

Implement Identifier Declaration parsing and interpretation #39

Closed daeisbae closed 4 months ago

daeisbae commented 4 months ago

Changes

Demo

./AParser
>>>
>>>
>>> set hello = 1
1
>>> hello * (7 * ( 7 * 7) )
343