mers/mers
2023-05-18 00:08:28 +02:00
..
src 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
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 added nushell support. 2023-04-30 17:31:50 +02:00
Cargo.toml added nushell support. 2023-04-30 17:31:50 +02:00
t.mers changed assignment parser from var = statement to statement = statement 2023-05-12 00:44:47 +02:00