Skip to content

_G and fixed operators

Pre-release
Pre-release
Compare
Choose a tag to compare
@bananu7 bananu7 released this 03 Oct 19:02
· 93 commits to master since this release

This release adds _G (finally!), cleans up warnings and finally allows for idiomatic and and or use. The missing ~=, ^ and % are also introduced.

Bug-wise, the equality between two nils has been fixed (although it was more of a misunderstanding than a bug).

Issues: #29, #50, #52.