yurtsiv / mooncake

🌜 A functional, dynamic programming language
MIT License
12 stars 4 forks source link

Add inequality (/=) operator #6

Closed aitorres closed 3 years ago

aitorres commented 3 years ago

This PR adds support for the inequality / neq /= operator as specified by issue #1, with support for comparison of integers.

This PR closes #1.

yurtsiv commented 3 years ago

Perfect, thank you @aitorres !