Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.3 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.3 KB

Axolotl

minecraft axolotl

about the name

because it's cute,
and MC 1.17 is the last version with world hight 256

usage

axolotl asm <ASSEMBLY_FILE>
axolotl run -t <DELAY> [--no-render] [--debug] <VM_BINARY>
axolotl --repl

references

GloomScript 梦开始的地方
compiler explorer 特别棒的工具, 参考了一些字节码的设计
in my collections two tutorial, and my notes on tsoding's bm
rustyline repl
rust-lisp
mal make-a-lisp too many languages
SO: regex multiple capture

serialization

bincode
I don't quite understand on SO
YouTube: c serialization

videos

1
2

TODO

  • syscall? native function(like tsoding day 4)