r4
|
0fcef2a860
|
apply negative prefix in parser
Previously a negative prefix was applied in the lexer, but that's kind
of hacky and messy so I handed it to the parser.
|
2021-11-22 20:56:06 +01:00 |
|
r4
|
dfc515b7df
|
basic multi-parameter functions
|
2021-11-21 18:59:31 +01:00 |
|
r4
|
d1cf60794d
|
basic functions
General support for very basic functions (currently only sqrt()).
|
2021-11-21 18:15:22 +01:00 |
|
r4
|
7a65de22bb
|
fix parsing of negative numbers
|
2021-11-17 11:47:51 +01:00 |
|
r4
|
c8c5795a48
|
init
|
2021-11-16 23:23:54 +01:00 |
|