ruby-syntax-tree / syntax_tree

Interact with the Ruby syntax tree

Home Page:https://ruby-syntax-tree.github.io/syntax_tree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YARV assembler

kddnewton opened this issue · comments

We have the ability to compile YARV instruction sequences from an assembler syntax. To be considered a fully fledged feature of Syntax Tree, we should complete:

  • Documentation
  • Testing
  • Examples of how to use this, and what the various errors you will encounter mean (things like sp not being aligned)