cppLox icon indicating copy to clipboard operation
cppLox copied to clipboard

A tree-walker && virtual-machine && JIT interpreter for Lox language

Results 3 cppLox issues
Sort by recently updated
recently updated
newest added

1. Need some tblgen test to check the translation 2. Need to recreate all unit tests, because upstream has no type hints, which is required for JIT backends

1. Add JIT support for REPL style usage and script style usage. 2. Add options to output obj file and llvmir-asm file

enhancement