Skip to content

LIM v0.1.11

Latest
Compare
Choose a tag to compare
@duckafire duckafire released this 13 Jul 15:56
· 227 commits to main since this release

Additions

  • New prefix LIB_ for add functions to the library table.
  • Functions names can be protected.
  • Library functions can be used inside itself.

Changes

  • Changed the manner that the names are compacted.
  • The original names are not more relevant for the compaction.
  • Now the values inside the tables do not have their names compacted.
  • The table _G was become to be removed from the code after compaction.
  • Changes in text of the help message (-h).
  • Changes in semantic rules.
  • Updated in contents and in structures of the documentation.
  • Several fixes of small errors.