daeisbae / AParser

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

Implement compare operator for comparing variables (Evaluation step) #54

Closed daeisbae closed 4 months ago

daeisbae commented 4 months ago

Problem

Demo

./AParser                                                                                                                                                                               
>>> 1 == 1
libc++abi: terminating due to uncaught exception of type UnexpectedTokenParsedException: Unexpected Operator: 'Operator( Value: '==' )' is not allowed
[1]    10322 abort      ./AParser
daeisbae commented 4 months ago

Implemented in #63 #64 #65 #66