You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the interop work, I added the C++ code generator back in. It compiles now, but we need to catch it back up with all of the interop expressions and we need to add allow the user to choose which codegen to do.
Add a --codegen <ir,cpp> flag, which defaults to ir; this can be used at any time, not just for AOT
Fix any existing compilation issues with clojure.core
Add codegen flag to binary version
Implement the new expressions (case*, letfn*, and all interop)
Add CLI flag parsing to test runner
Update bash test suite to run build/jank-test with both codegen types
As part of the interop work, I added the C++ code generator back in. It compiles now, but we need to catch it back up with all of the interop expressions and we need to add allow the user to choose which codegen to do.
--codegen <ir,cpp>flag, which defaults toir; this can be used at any time, not just for AOTclojure.corecase*,letfn*, and all interop)build/jank-testwith both codegen typesclojure.core