mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Cosmetics; probably a fix for regexps
This commit is contained in:
parent
423e4e7724
commit
9d0b8e811a
6 changed files with 72 additions and 54 deletions
|
|
@ -9,7 +9,7 @@
|
|||
-- reporting
|
||||
public fun createRegexp (r, name) {
|
||||
local l = [regexp (r), name];
|
||||
--printf ("Created regexp %s: %x, %x\n", name, l, l[0]);
|
||||
-- printf ("Created regexp %s: %x, %x\n", name, l, l[0]);
|
||||
l
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue