-
-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
Description
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).