.mrb interpreter for NES
https://yhara.github.io/nesruby/
- nil, true, false, Integer, Symbol
- String, Array, etc.
- GC
- Maybe
- Exception handling
- cc65, make
- mruby (for mrbc)
- ruby (for tooling)
vi a.rb
rake
- Open bin/hello.nes with an NES emulator (or NES itself, of cource, if you can)
- Huge thanks to http://shiru.untergrund.net/articles/programming_nes_games_in_c.htm (via https://github.com/jmk/cc65-nes-examples/ )
MIT