85e82ea746
Add a new matching rule \m that behaves similar to lua %b, it matches a balanced open and close characters ex: \m() <- will match a balanced pair of ( and ) \m{} <- will match a balanced pair of { and } See lua %b for more info. Also include a nut file as example. |
||
---|---|---|
.. | ||
ackermann.nut | ||
array.nut | ||
class.nut | ||
classattributes.nut | ||
coroutines.nut | ||
delegation.nut | ||
fibonacci.nut | ||
flow.nut | ||
generators.nut | ||
hello.nut | ||
list.nut | ||
loops.nut | ||
matrix.nut | ||
metamethods.nut | ||
methcall.nut | ||
regex.nut | ||
tailstate.nut |