-
Notifications
You must be signed in to change notification settings - Fork 6
Development Blog
Tom Clarke edited this page Jul 15, 2018
·
2 revisions
v0.12 is now released as a binary snapshot. Highlights:
- The feature set now available contains everything needed for the October release.
- The UAL has plentiful and easily updated web documentation, linked by the app.
- Parse errors are now informative for all instructions - though some marginal improvements could be made
- Hover error messages are well though not quite optimally integrated
- Caching of parse solves the "re-parse" problem on single-stepping, making this fast even for very large programs
- The editor Glyph margin is used during execution to indicate the next instruction. This makes single-stepping more intuitive.
The next master release will be bug-fix and styling improvement since basic functionality is good enough. I'll add a dev branch for adding SVG arrows, animations, and interacting with the editor via key-presses and pop-ups. That will long-term allow re-implementation of the error hovers with more flexibility (though more cost) and the use of animations etc. Those are long-term aspirations and my effort will be on creating a usable framework.