- run.c
- Simple VM using
switch
.
- Simple VM using
- run_threaded.c
- Threaded VM using computed goto.
- run_threaded_switch.c
- Threaded (?) VM using
switch
.
- Threaded (?) VM using
- run_directthreaded.c
- Direct-threaded VM using computed goto.
- run_directthreaded_tailcall.c
- Direct-threaded VM using tail calls.
- aarch64/run_jit.c
- JIT-compiling VM for AArch64.
- x86_64/run_jit.c
- JIT-compiling VM for x86_64.
参考:
- extract.lua
- Extract
umix.um
fromcodex.umz
's output. Use asmake umix.um
.
- Extract
- extract-CBV.hs
- Extract CBV's logo as a PNG image.
- hack3.bas
- A program to obtain passwords for
ftd
,ohmega
, andhowie
.
- A program to obtain passwords for
See adventure/README.md.
- antomaton/puzzle1sol.txt
- antomaton/puzzle2sol.txt
- antomaton/puzzle3sol.txt
- antomaton/puzzle5sol.txt
- antomaton/puzzle15sol.txt
See balance/README.md.
See blackknots/README.md.