Releases: lexi-compiler/lexi
Releases · lexi-compiler/lexi
v0.1.0-dev.13
Switch from Vector to ListBuffer for tree storage. Should run some be…
v0.1.0-dev.12
Disable type inference for property as it's causing issues with graal…
v0.1.0-dev.11
Structure types better for tree visitors.
v0.1.0-dev.10
Some cleanups and refactors to visitor trait.
v0.1.0-dev.9
Minor cleanup.
v0.1.0-dev.8
Refactor Kotlin IR visitors to transformations.ir package.
v0.1.0-dev.7
Move ASTNodes into single file and rename ASTNode trait to Tree. Sepa…
v0.1.0-dev.6
Fix error with GraalVM native-image - GraalVM native-image for some reason had problems with ListBuffer for storing compiler runs. Removed this for now.
v0.1.0-dev.5
Merge pull request #5 from lexi-compiler/class-parsing Class parsing
v0.1.0-dev.4
Store ir result in Source container.