aboutsummaryrefslogtreecommitdiff
path: root/Lua/test.lua
AgeCommit message (Collapse)Author
2022-10-27Better error handling behaviorBruce Hill
2022-05-14Better error handlingBruce Hill
2021-09-26Switched pattern objects to use a full userdata instead of a tableBruce Hill
2021-09-25:eachmatch() -> :matches()Bruce Hill
2021-09-25Improved lua API, including re.compile() and re.eachmatch()Bruce Hill
2021-09-24Overhaul of lua API to use tablesBruce Hill
2021-09-23Added builtins for lua libraryBruce Hill
2021-09-23Added test fileBruce Hill