mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 19:28:47 +00:00
Initialization of separate units; fixed runtime
This commit is contained in:
parent
811c24d5a6
commit
c09a3b36b6
13 changed files with 116 additions and 46 deletions
|
|
@ -11,10 +11,6 @@ public fun initOstap () {
|
|||
hct := emptyMemo ()
|
||||
}
|
||||
|
||||
public fun cleanupOstap () {
|
||||
initOstap ()
|
||||
}
|
||||
|
||||
public fun memo (f) {
|
||||
local t;
|
||||
|
||||
|
|
@ -218,4 +214,6 @@ public fun parseString (p, s) {
|
|||
p (acc.k) (initMatcher (s));
|
||||
|
||||
acc.result
|
||||
}
|
||||
}
|
||||
|
||||
initOstap ()
|
||||
Loading…
Add table
Add a link
Reference in a new issue