issues
search
nim-works
/
phy
compiler and vm experiments
MIT License
3
stars
2
forks
source link
lang: implement `==`, `<=`, `<`, and `not` operators
#25
Closed
zerbina
closed
2 months ago
zerbina
commented
2 months ago
implement the basic relational operators for integers, floats, and booleans
implement the logical
not
operator
implement the literal
true
and
false
values
not
operatortrue
andfalse
values