mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Bugfix in runtime and documentation
This commit is contained in:
parent
c084e57b27
commit
e4b34a3ec1
5 changed files with 18 additions and 13 deletions
|
|
@ -8,7 +8,9 @@
|
|||
-- (e.g. "identifier", "string constant", etc.), used for error
|
||||
-- reporting
|
||||
public fun createRegexp (r, name) {
|
||||
[regexp (r), name]
|
||||
local l = [regexp (r), name];
|
||||
--printf ("Created regexp %s: %x, %x\n", name, l, l[0]);
|
||||
l
|
||||
}
|
||||
|
||||
-- Create an immutable matcher.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue