add -vm option to load an existing p8virt file directly in the virtual machine

This commit is contained in:
Irmen de Jong
2022-04-05 18:42:31 +02:00
parent 8e4c0f7c22
commit 461b38e653
2 changed files with 19 additions and 1 deletions

View File

@@ -3,7 +3,6 @@ TODO
For next release
^^^^^^^^^^^^^^^^
- add -vm option to load an existing p8virt file directly in the virtual machine
- pipe operator: allow non-unary function calls in the pipe that specify the other argument(s) in the calls.
- writeAssembly(): make it possible to actually get rid of the VarDecl nodes by fixing the rest of the code mentioned there.
- allow "xxx" * constexpr (where constexpr is not a number literal), now gives expression error not same type