squirrel/samples
mingodad 85e82ea746 Remove set of unused variables.
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.
2016-01-18 20:32:38 +00:00
..
ackermann.nut first commit 2015-12-22 03:14:21 +08:00
array.nut first commit 2015-12-22 03:14:21 +08:00
class.nut first commit 2015-12-22 03:14:21 +08:00
classattributes.nut first commit 2015-12-22 03:14:21 +08:00
coroutines.nut first commit 2015-12-22 03:14:21 +08:00
delegation.nut first commit 2015-12-22 03:14:21 +08:00
fibonacci.nut first commit 2015-12-22 03:14:21 +08:00
flow.nut first commit 2015-12-22 03:14:21 +08:00
generators.nut first commit 2015-12-22 03:14:21 +08:00
hello.nut first commit 2015-12-22 03:14:21 +08:00
list.nut first commit 2015-12-22 03:14:21 +08:00
loops.nut first commit 2015-12-22 03:14:21 +08:00
matrix.nut first commit 2015-12-22 03:14:21 +08:00
metamethods.nut first commit 2015-12-22 03:14:21 +08:00
methcall.nut first commit 2015-12-22 03:14:21 +08:00
regex.nut Remove set of unused variables. 2016-01-18 20:32:38 +00:00
tailstate.nut first commit 2015-12-22 03:14:21 +08:00