daeisbae / AParser

Yet another programming language for educational purpose and simplicity
https://daeisbae.github.io/AParser/
MIT License
1 stars 0 forks source link

Include null token (Token and Lexer stage) #29

Closed daeisbae closed 6 months ago

daeisbae commented 6 months ago

Changes

Null Token will be used for Runtime Evalution (Interpretation stage after parsing)

Example

set hello = null;