Coroutines are mostly working but they're kind of junk anyway. Feel free to tinker with this if you like.
This commit is contained in:
parent
8d1570f44a
commit
daf9a3cc07
8 changed files with 134 additions and 16 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
all: build test
|
||||
|
||||
build:
|
||||
meson compile -C builddir
|
||||
meson compile -j 4 -C builddir
|
||||
|
||||
test:
|
||||
meson test -C builddir --suite turings_tarpit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue