GabrielBrandao1618 / dashlang

The Dash programming language
0 stars 0 forks source link

Comparision between non-numerical values #16

Open GabrielBrandao1618 opened 2 months ago

GabrielBrandao1618 commented 2 months ago

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