Skip to content

Releases: UbiquityDotNET/Llvm.NET

Release v.8.0.0-rc

28 Feb 15:07
Compare
Choose a tag to compare
Release v.8.0.0-rc Pre-release
Pre-release
Official release: v.8.0.0-rc

v8.0.0-Beta

25 Feb 06:23
d06d9ea
Compare
Choose a tag to compare
v8.0.0-Beta Pre-release
Pre-release

Beta release and test of release process in GH

LLVM.NET 5.0.1

09 Apr 01:24
1df0651
Compare
Choose a tag to compare
Chapter 9 tutorial (#61)

* added fullsrc target in the grammar so that the parse tree covers the entire input file and source locations accurately reflect the original source.
* reworked handling of anonymous functions for AOT all-up
* moved user operator table management into custom parserlistener so it is easily shared amongst the multiple uses (the operators are enabled for chapters 2 and 6-9)
* re-synced the chapters samples to minimize differences.
* Added assembly file generation to AOT samples
* Added debug info for local variables along with parameters