-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*core* - Feature: update for the latest grammar. - Updated `Member` to be a union of `MemberDef` and `IdentifierReference`. - Updated entity `identity` to be just a `Member`. - Updated `PropertyDef` to be a wrapper around `MemberDef`. - Fixed corresponding validation rules. - Refactor: simplified the walker/visitor to pass model members rather than de-constructing them. - Refactor: renamed and made some changes in the `cache` (now `store`) and `load` modules. *generate* - Feature: updates to support the latest grammar, see `sdml-core`. - Refactor: update generators which use the walker/visitor internally. - Refactor: drop the old style *write*-style traits and unify into a single `Generator` trait. - Feature: more flexible s-expression generator with more Lisp-y output. - Test: added a set of macros to test generator output for the set of test examples. - Added expected output for RDF turtle. - Updated existing dependency-tree tests to use these macros.
- Loading branch information
1 parent
d0c0290
commit 0ef3dc8
Showing
10 changed files
with
52 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters