Releases: FSMaxB/liluat
Releases · FSMaxB/liluat
1.2.0
1.1.4
1.1.3
1.1.2
- Made unit tests for
runliluat
indepent from the globally installed version. - Improved error messages when there is a syntax error in a template.
Example:
lua: /usr/local/share/lua/5.2/liluat.lua:506: Syntax error in sandboxed code "templates/fifo_fetch.vhdl" in line 92:
syntax error near '-'
89: \9\9IF read(")
90: __liluat_output_function( layers.total_number_fifos - 1)
91: __liluat_output_function(" downto 0) = (")
92:> layer.total_number_fifos - 1
93: __liluat_output_function(" downto 0 => '1') THEN\
94: ")
95: for i = 1, #layers do
1.1.1
1.1.0
1.0.2
1.0.1
1.0
First release of liluat after being forked from slt2.
Changes since slt2 version 1.0:
- almost complete rewrite of the code
- unit testing with almost 100% code coverage
- Lua 5.3 support
- API changes
- unified command line interface
- left and right trimming of template blocks
- cyclic inclusion detection
- support for relative include paths
{{
and}}
as default template tags- sandboxing
- probably more