]> Nishi Git Mirror - gwion.git/commit
:art: Fork, initial
authorfennecdjay <astor.jeremie@wanadoo.fr>
Tue, 26 Mar 2019 13:20:37 +0000 (14:20 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Tue, 26 Mar 2019 13:20:37 +0000 (14:20 +0100)
commit13c922836e5452849602af3f69d8c2bff04fd320
tree57c1e1326a3d4822e33b9661e2771314d17b17bc
parente7a8b2f99b847495ae7dd15220e737096a9ed9e6
:art: Fork, initial
23 files changed:
.travis.yml
examples/spork_lamba.gw [new file with mode: 0644]
help/test.sh
include/gwion.h
include/import.h
include/object.h
include/opcode.h
include/parse.h
include/soundinfo.h
include/type.h
opcode.txt
src/emit/emit.c
src/gwion.c
src/lib/func.c
src/lib/object.c
src/lib/shred.c
src/parse/check.c
src/soundinfo.c [new file with mode: 0644]
src/vm/shreduler.c
src/vm/vm.c
src/vm/vm_code.c
tests/tree/fork.gw [new file with mode: 0644]
util