keriwarr / orangejoos

JOOS1W Compiler, written in Crystal
0 stars 1 forks source link

codegen: add NEG operator and char handling #83

Closed lgo closed 6 years ago

lgo commented 6 years ago

NOTE: the first 9 commits are in other PRs


codegen: add NEG operator

codegen: add char operation handling (casting and math) This adds the capability to involve a character in regular math operations and to be able to cast to a char from an int.