squirrel/sqstdlib
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
..
Makefile first commit 2015-12-22 03:14:21 +08:00
sqstdaux.cpp first commit 2015-12-22 03:14:21 +08:00
sqstdblob.cpp first commit 2015-12-22 03:14:21 +08:00
sqstdblobimpl.h first commit 2015-12-22 03:14:21 +08:00
sqstdio.cpp first commit 2015-12-22 03:14:21 +08:00
sqstdlib.dsp first commit 2015-12-22 03:14:21 +08:00
sqstdmath.cpp first commit 2015-12-22 03:14:21 +08:00
sqstdrex.cpp Remove set of unused variables. 2016-01-18 20:32:38 +00:00
sqstdstream.cpp first commit 2015-12-22 03:14:21 +08:00
sqstdstream.h first commit 2015-12-22 03:14:21 +08:00
sqstdstring.cpp Remove double call to an already saved value. 2016-01-18 18:16:56 +00:00
sqstdsystem.cpp first commit 2015-12-22 03:14:21 +08:00