Gregofi / camel

Custom dynamic programming language
MIT License
6 stars 1 forks source link

Add operators #36

Closed Gregofi closed 2 years ago

Gregofi commented 2 years ago

Add operators <, <=, >, >=, != and % (modulo).

Closes #24