daeisbae / AParser

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

Implement boolean expression #48

Closed daeisbae closed 4 months ago

daeisbae commented 4 months ago

Problem

Demo

./AParser                                                                                                                               ─╯
>>> true
libc++abi: terminating due to uncaught exception of type UnexpectedTokenParsedException: Unexpected Token: 'Token( TokenType: True Value: 'true' )' is not allowed
[1]    86814 abort      ./AParser
daeisbae commented 4 months ago

Implemented in #50 #51 #52