Crate sdlm_parse
Rust Parser for the Simple Domain Modeling Language (SDML).
Changes
Version 0.2.0
- Feature: Update to latest grammar.
- Remove Value Variant numeric values
- Update formal constraints
- Add type classes
Version 0.1.9
- Added support for
mapping_typeandmapping_valuerules.
Version 0.1.8
- Removed macros from the resolver model.
Version 0.1.7
- Updated parser with grammar changes in tree-sitter-sdml v0.1.29.
- Added all the test cases from core.
Version 0.1.6
- Updated parser with grammar changes in tree-sitter-sdml v0.1.26.
Version 0.1.5
- Created a
stdlibmodule and moved all the SDML and relevant RDF files into it. - Updated
tree-sitter-sdmlto version0.1.21with updated constraints.
Version 0.1.4
Previously part of a single crate sdml.