Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-30 | Added executing of and | luccie-cmd | |
2025-03-29 | Add every single instruction prototype for WASM VM | luccie-cmd | |
2025-03-29 | Started adding all of IR opcodes | Ernesto Lanchares | |
2025-03-29 | Changed structs in the VM | Ernesto Lanchares | |
2025-03-28 | Added executing of mod IR in the WASM VM | luccie-cmd | |
2025-03-27 | Fixing format. | Ernesto Lanchares | |
Should we run zig fmt as a prehook? or maybe after pushing? | |||
2025-03-27 | Fix branching and VM | luccie-cmd | |
Signed-off-by: luccie-cmd <luccie@sideros.org> | |||
2025-03-23 | fixed leb128 integer decoding | Lorenzo Torres | |
2025-03-23 | Big rework of the parser! | Ernesto Lanchares | |
It now follows a more functional style but it should be waaay easier to add functionality. Probably the parser is a bit slower than the previous one but the code is much cleaner and a good enough compiler should be able to inline the function calls and make it par with the previous one. As a TODO, runtime structs should not depends on the parser, but I think that is a topic for another commit. | |||
2025-03-21 | Fix formatting | luccie-cmd | |
Signed-off-by: luccie-cmd <luccie@sideros.org> | |||
2025-03-21 | Added block instruction in WASM VM | luccie-cmd | |
Signed-off-by: luccie-cmd <luccie@sideros.org> | |||
2025-03-17 | Refactored source code structure. | Lorenzo Torres | |