v0.0.5 Python Support
Pre-release
Pre-release
Added
- Initial support for Python.
- Support for node clusters. This is used heavily in Python, for context-managers and exception-handling.
- A "share" feature to the demo
- A "save SVG" option to the demo
Testing
- Enable live-testing with the web viewer. Requires that you run both
bun web-tests --watch
andbun web
at the same time. - By default,
bun web
only shows failing tests bun web
color-codes tests to note which are failingbun lint
addedtsc --noEmit
- DOT output in
bun web
is not pretty-printed, and can be automatically opened in GraphvizOnline
Fixed
- Switch-like structures in flatSwitch now show an alternative edge from the head to the exit node.
This was previously missing. - Thick-backlinks (for loops) are now generated correctly based on loop detection.