Commit Graph

3 Commits

Author SHA1 Message Date
PaddiM8
0dac28bb42 Made it possible for the parser to parse combined variables, eg. xy, so that the user does not have to write the multiplication sign. 2020-05-30 17:56:16 +02:00
PaddiM8
036fadb041 Moved AST node enums and functions into their own file. 2020-05-30 15:27:58 +02:00
PaddiM8
34364dd40e Made parenthesis optional for unary functions
This only applies when the argument is a literal. To do this
efficiently, I changed the `prelude` module. The module now has
compile-time generated hashmaps of functions.
2020-05-29 21:35:59 +02:00