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

BF updates

kddnewton opened this issue · comments

We currently treat YARV as a compilation target and allow you to compile BF snippets into instruction sequences. There are a couple of things to complete before this is considered an actual feature of Syntax Tree.

  • Documentation
  • More extensive testing
  • Switching the variables that hold the tape and cursor to be locals instead of globals (this would allow folks to compile multiple snippets instead of just the one).