feat: string constants are loadable (ldc)
fusetimpushed 1 commit to main • 73eac46…37d4897 • on Feb 5, 2024
feat: some extended opcodes added
fusetimpushed 1 commit to main • fdb3d11…73eac46 • on Feb 5, 2024
fix: bug in dependencies resolution
fusetimpushed 1 commit to main • 4111d32…fdb3d11 • on Feb 5, 2024
damn it String-ception is gonna kill me
fusetimpushed 1 commit to main • 086991a…4111d32 • on Feb 5, 2024
fix: out-of-order arguments
fusetimpushed 1 commit to main • 42167d5…086991a • on Feb 4, 2024
feat: efforts to implement the last missing ConstantPoolEntry
fusetimpushed 1 commit to main • e491385…42167d5 • on Feb 4, 2024
fusetimpushed 2 commits to main • 5748cd6…e491385 • on Feb 4, 2024
feat: more examples, array tested, RTConstantPool indexing fixed
fusetimpushed 1 commit to main • d425be1…5748cd6 • on Feb 4, 2024
feat: array manipulation opcodes completed
fusetimpushed 1 commit to main • a3711f1…d425be1 • on Feb 4, 2024
feat(alloc): mainly implement all opcodes about array
fusetimpushed 2 commits to main • f886b5e…a3711f1 • on Feb 3, 2024
feat: introducing array (currently only the structure)
fusetimpushed 1 commit to main • cf3e7db…f886b5e • on Feb 3, 2024
fix: change operand order in xSub impl + fibonacci example
fusetimpushed 1 commit to main • a4ff4f9…cf3e7db • on Feb 3, 2024
fusetimpushed 1 commit to main • 9f9b7e1…a4ff4f9 • on Feb 3, 2024
fusetimpushed 3 commits to main • f4cd5a6…9f9b7e1 • on Feb 3, 2024
feat: WIP loading Object leads to StackOverflow (Loading recursion)
fusetimpushed 1 commit to main • 9737a9c…f4cd5a6 • on Feb 2, 2024
feat: begin CLI (but nothing works :/)
fusetimpushed 1 commit to main • e2f72c9…9737a9c • on Feb 2, 2024
feat: runner becomes vm, class_ref are now loaded in init phase, clas…
fusetimpushed 1 commit to main • 11abad3…e2f72c9 • on Feb 2, 2024
chore: WIP - prepare class manager for CLI
fusetimpushed 2 commits to main • aab8e94…11abad3 • on Jan 31, 2024
fix: oops compile successfully now
fusetimpushed 1 commit to main • f3ba8bb…aab8e94 • on Jan 31, 2024
feat: getstatic/putstatic check for STATIC/FINAL modifier
fusetimpushed 1 commit to main • dce1f75…f3ba8bb • on Jan 31, 2024
feat: invokestatic + small changes to the API for execution
fusetimpushed 1 commit to main • ae06311…dce1f75 • on Jan 31, 2024
fusetimpushed 1 commit to main • 001754a…ae06311 • on Jan 30, 2024
feat: field/method descriptor parser
fusetimpushed 1 commit to main • 026f846…001754a • on Jan 30, 2024
feat: getstatic + putstatic first impl
fusetimpushed 1 commit to main • 3b6b727…026f846 • on Jan 30, 2024
feat: implement tableswitch/lookupswitch
fusetimpushed 1 commit to main • 9b74ecc…3b6b727 • on Jan 30, 2024
feat: return implementations
fusetimpushed 2 commits to main • 7145669…9b74ecc • on Jan 29, 2024
feat: part of the control opcodes (impl)
fusetimpushed 1 commit to main • 2c605fb…7145669 • on Jan 28, 2024
feat: add comparison opcodes (impl)
fusetimpushed 1 commit to main • f46e2a7…2c605fb • on Jan 28, 2024
feat: impl conversion opcodes
fusetimpushed 2 commits to main • c794e62…f46e2a7 • on Jan 28, 2024
feat: begin impl of math opcodes
fusetimpushed 2 commits to main • 9210194…c794e62 • on Jan 27, 2024
You can’t perform that action at this time.