mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-25 08:08:47 +00:00
Shallow clone (runtime function)
This commit is contained in:
parent
a453b65fd3
commit
46dfd58bda
6 changed files with 31 additions and 7 deletions
|
|
@ -255,5 +255,5 @@ public fun emptyMemo () {
|
|||
}
|
||||
|
||||
public fun lookupMemo (m, v) {
|
||||
|
||||
skip
|
||||
}
|
||||
|
|
@ -6,6 +6,8 @@ RC=../src/rc.opt
|
|||
|
||||
all: $(ALL)
|
||||
|
||||
Collection.o: List.o
|
||||
|
||||
%.o: %.expr
|
||||
$(RC) -I . -c $<
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue