In order to create a initially simple implementation, macros were used to define how we evaluate binary expressions. However, since not every literal can be compared in terms of greater and lower, only numerical values can be compared right now. That means we can't even compare atoms, which is kinda lame to say the least.
I would like to continue using the macros approach, if possible
In order to create a initially simple implementation, macros were used to define how we evaluate binary expressions. However, since not every literal can be compared in terms of greater and lower, only numerical values can be compared right now. That means we can't even compare atoms, which is kinda lame to say the least.
I would like to continue using the macros approach, if possible