Skip to content

Version 0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 22:30
· 571 commits to dev since this release

v0.1.2 (2020-09-07)

fixed bugs

  • The previous release did not contain llvm generation for if statement. Now if statement/expression works correctly.
  • fixed a bug that comment-out which ends with a line break could not be parsed correctly.

Refactoring

MIR(Mid-Level Representation)-related classes' implementation has been made more simplified.
As like ast classes refined in v0.1.0, data does not have member functions and is initialized with aggregate initialization.