piccolo
piccolo copied to clipboard
`Feature`: implemented `string.match`, `string.gmatch`, `string.gsub`, `string.find`
Features
- Implemented
string.match,string.gmatch,string.gsub,string.find. - Added tests for all functions.
Note
In the implementation of the matching pattern (lsonar), there is a limit on the maximum recursion depth, see here.