kmath/kmath-ast
2020-06-15 17:36:30 +07:00
..
src Rename ClassWriters.kt to be consistent with local code style, rename AsmBuilders.kt to asm.kt, rename AsmNode back to AsmExpression, rename AsmGenerator to AsmBuilder 2020-06-15 17:36:30 +07:00
build.gradle.kts Fix compilation problems found after merge 2020-06-14 00:24:10 +07:00
README.md ASM API simplification 2020-06-15 11:02:13 +03:00

AST based expression representation and operations

Dynamic expression code generation

Contributed by Iaroslav Postovalov.