CodeGen.jl icon indicating copy to clipboard operation
CodeGen.jl copied to clipboard

[Experimental] Code generation for Julia in Julia

Results 2 CodeGen.jl issues
Sort by recently updated
recently updated
newest added

It'd be nice to override methods and functions. For example, I've been adding functionality over the last week, but it's running less code, because I'm pushing deeper into call trees....

Here are known things that need work: - [x] Rename functions to support multiple dispatch - [x] Support recursion - [ ] Support global variables - [ ] Support Union...