Skip to content

Files

Latest commit

8a8c50b · Apr 21, 2024

History

History
64 lines (52 loc) · 2.33 KB

README.md

File metadata and controls

64 lines (52 loc) · 2.33 KB
$ LANG=C wc -l mrcl_*.rb common.rb
   66 mrcl_asm.rb
  380 mrcl_codegen.rb
   57 mrcl_lexer.rb
  399 mrcl_parser.rb
  470 mrcl_vm.rb
   52 common.rb
 1424 total

image

image

Rubyで素朴な自作言語のコンパイラを作った
https://memo88.hatenablog.com/entry/2020/05/04/155425

vm2gol v2 製作メモ
https://memo88.hatenablog.com/entry/2019/05/04/234516

  # Run tests / テストの実行
rake test

  # Run game of life / ライフゲームの実行
./run.sh gol.mrcl

Ports

These are ports of the compiler part only, with some exceptions.