This document records how to push the current working tree to the GitHub remote.
cd /home/dporkka/dev/nulang
git push origin main- Branch:
main - Remote:
https://github.com/dporkka/nulang.git - Build:
cargo buildsucceeds - Tests:
cargo testsucceeds (508 unit tests pass)
- Fixed upstream bytecode ISA /
Valuerepresentation refactor that left the build broken. - Restored
Runtimeandfresh_actor_id(). - Replaced the colliding low-nibble NaN-boxing scheme with distinct high-16 type tags.
- Fixed VM operand layouts for constants,
Not,INeg, jumps,Load/Store/Dup. - Added lexer/parser support for
and,or,not,then,nil,case. - Implemented minimal array opcodes and capture-free closure support.
- Updated Python marshaling to use the new
Valuetagging. - All unit tests now pass.