Skip to content

Release v0.0.7

Compare
Choose a tag to compare
@rrthomas rrthomas released this 10 Sep 15:33
· 419 commits to main since this release

This release brings standard library and CLI improvements.

use works again (it hadn’t for a while), and is tested.

JSON can be consumed and emitted via the global JSON, which mirrors JavaScript’s standard API.

Handling of stdin/stdout is improved in the CLI: it’s now possible to input from stdin, and --output defaults to stdout.

Fix output of compiled Ursa code.