Skip to content

Releases: alinalihassan/Lesma

v0.16.5

09 Jan 13:35
Compare
Choose a tag to compare

0.16.5 (2023-01-09)

Bug Fixes

  • adjusted build options to build only cli by default (8015ffc)

v0.16.4

16 Sep 18:32
Compare
Choose a tag to compare

0.16.4 (2022-09-16)

Bug Fixes

  • Fixed deallocation errors temp (5bfb467)
  • Fixed Driver memory leaks (092b96b)
  • Fixed memory leaks from AST and Parser (a029292)
  • Fixed most Lexer memory leaks (62c7dfd)
  • Fixed symbol table memory leaks (d66017e)
  • Fixed while loop deleting body memory twice (cd031fb)

v0.16.3

03 Sep 09:55
Compare
Choose a tag to compare

0.16.3 (2022-09-03)

Bug Fixes

  • Test fix for semantic release (12a77a4)

v0.16.2

30 Aug 23:10
Compare
Choose a tag to compare

0.16.2 (2022-08-30)

Bug Fixes

  • Fixed tests error (9dda15e)
  • Updated installer to add to path and provide feedback (2be4440)

v0.16.1

30 Aug 16:45
Compare
Choose a tag to compare

0.16.1 (2022-08-30)

Bug Fixes

v0.16.0

30 Aug 16:01
Compare
Choose a tag to compare

0.16.0 (2022-08-30)

Bug Fixes

  • Can now use either local llvm or system-wide llvm (45b6b83)
  • fixed cmake path for dependency (0b9b0bd)
  • Fixed library not able to make static lib (a13bf75)
  • Fixed local llvm and clang (81ce3a9)
  • Fixed not adding include directories (94071d8)
  • We now move stdlib to .lesma directory in $HOME (ff20761)

Features

  • Added lesma as a library, (cb5522e)

v0.15.4

26 Aug 10:54
Compare
Choose a tag to compare

0.15.4 (2022-08-26)

Bug Fixes

  • Attempt to fix Git version on GitHub (eb3d547)
  • Fixed checkout (493d8e3)
  • Fixed CI (251fb4a)
  • Updated CMake to properly get version from git (5069520)

v0.15.3

26 Aug 08:29
Compare
Choose a tag to compare

0.15.3 (2022-08-26)

Bug Fixes

  • Attempt to fix release assets and debug cmake issue (52fb330)

v0.15.2

26 Aug 08:18
Compare
Choose a tag to compare

0.15.2 (2022-08-26)

Bug Fixes

  • Artifacts not being uploaded as assets properly (d64ca01)

v0.15.1

26 Aug 08:06
Compare
Choose a tag to compare

0.15.1 (2022-08-26)

Bug Fixes