Skip to content

v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 08:12
· 93 commits to main since this release

0.17.0 (2023-04-22)

Bug Fixes

  • added optional build-llvm feature (8229bf6)
  • fixed dot operator not having proper error highlight (322847f)
  • Fixed enums (f6a454f)
  • fixed imports for new lesma Values and Types refactor (556bbcf)
  • fixed is operator not comparing properly (c0c78d6)
  • fixing clang format on PRs (9fbbf08)
  • testing vcpkg ci/cd pipeline and CMakePresets (82f633f)
  • updated CMake version above LLVM one (d519959)

Features

  • Added support for failing cases (40f88f9)
  • fixed classes implementation (87d3699)
  • massive refactoring, using our Value and Type classes instead of llvm's (9fecfa6)
  • migrated to vcpkg, migrated from clang to lld for compilation (18e2081)
  • remaking tests (9a66738)