q/src/core
Eduard Urbach 1fa27dca51
All checks were successful
/ test (push) Successful in 17s
Added SSA tests
2025-06-30 13:34:15 +02:00
..
CheckDeadCode.go Implemented source tracking and type checking 2025-06-27 00:05:16 +02:00
Compile.go Implemented jumps and jump related optimizations 2025-06-27 15:01:49 +02:00
CompileInstruction.go Implemented an assembler 2025-06-24 12:55:26 +02:00
CompileReturn.go Implemented source tracking and type checking 2025-06-27 00:05:16 +02:00
Environment.go Implemented function scanning 2025-06-19 23:31:52 +02:00
errors.go Implemented source tracking and type checking 2025-06-27 00:05:16 +02:00
Evaluate.go Implemented source tracking and type checking 2025-06-27 00:05:16 +02:00
Function.go Added SSA tests 2025-06-30 13:34:15 +02:00
Function_test.go Implemented source tracking and type checking 2025-06-27 00:05:16 +02:00
ToNumber.go Implemented compilation to SSA form 2025-06-23 00:17:05 +02:00
Unescape.go Implemented compilation to SSA form 2025-06-23 00:17:05 +02:00