adding some opcodes
All checks were successful
Build / build (push) Successful in 1m59s
Test / build (push) Successful in 8m50s

This commit is contained in:
2026-03-24 04:34:04 +01:00
parent d1bf1c23f2
commit a503f54e43
5 changed files with 177 additions and 55 deletions

View File

@@ -59,6 +59,7 @@ pub inline fn skipN(self: *Self, count: usize) bool {
pub inline fn skipToEnd(self: *Self) void {
self.index = self.buffer.len;
self.did_jump = true;
}
pub inline fn emitSourceLocation(self: *const Self) usize {