kin-lang / kin

The Kin Programming Language ( Write computer programs in Kinyarwanda - native language for Rwandans )
https://kinlang.dev
MIT License
209 stars 11 forks source link

feat: negation expressions #73

Closed pacifiquem closed 8 months ago

pacifiquem commented 8 months ago

I forgot to add support for negation operator (!) even though it was tokenized by lexer but somehow while parsing I forgot it. we've added it and also structured code so that it'll support future support for other unary operators.