mers/mers
2023-05-23 12:20:36 +02:00
..
src add order of operations to the parser ( . | + - | * / % | == != < <= > >= | = ) 2023-05-23 12:20:36 +02:00
tests changed VData system again, renamed src/script to src/lang and added src/c.mers, which is an example something that currently does not work properly due to the VData implementation (and serves as a reminder to fix the issue) 2023-05-14 00:11:36 +02:00
c.mers temporarily made cloning actually clone, giving up on CopyOnWrite for now because I kept finding tiny bugs. This might harm performance, but overall performance was bad and will still be bad so who even cares, at least everything kindof works now. 2023-05-18 00:08:28 +02:00
Cargo.lock -f+c will print the parsed script with colored highlighting 2023-05-19 21:25:05 +02:00
Cargo.toml -f+c will print the parsed script with colored highlighting 2023-05-19 21:25:05 +02:00
t.mers changed assignment parser from var = statement to statement = statement 2023-05-12 00:44:47 +02:00