0.2.2-preview Release
Pre-release
Pre-release
MikeStall
released this
09 May 20:05
·
1301 commits
to main
since this release
Many improvements, including:
- Updates namespaces (see #361) - this is a breaking change from 0.2.1-preview.
- More control over configuration and adding custom functions and optionsets.
- publicly expose the syntax tree from the parser.
- More functions implemented in interpreter.
- Better config story for adding custom functions
- Better host marshalling, including add virtual RecordValues and ITypeMarshallers for marshalling .net objects.
- OptionSet support
- Improved error handling.
- DisplayName support
- ParseJson support.