Skip to content

Releases: xaxys/Lxa

Lxa v0.2.6

03 Apr 11:07
Compare
Choose a tag to compare
Lxa v0.2.6 Pre-release
Pre-release

Optimized Syntax Error Information.
Removed Assignment from ast.
Added BlockStat for sub code block in syntax.
Fixed bug caused by EmptyStat in ForNumStat, WhileStat and IfStat.

Lxa v0.2.4

26 Mar 07:40
Compare
Choose a tag to compare
Lxa v0.2.4 Pre-release
Pre-release

Added Debug option for more details in running.
Added Parse Only option for watch bytecode.
Optimized Logical Expression generation, multiple and and or expressions are handled sepecially apart from Binary Opration Expression.

Lxa v0.2.1

25 Mar 11:33
Compare
Choose a tag to compare
Lxa v0.2.1 Pre-release
Pre-release

Use Official lua 5.3.5 vm (written in c) as defualt vm. Added inner go lua vm as a option (several stdlib unsupported yet). Added Compile Only option to output compiled lua bytecode (since v0.2.0). Added linux support and x86 support (auto select static lib when compiling).