-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit intends to clarify the differences between the IDL and JSON AST by defining the "semantic model" (as originally defined by Martin Fowler in [Domain Specific Languages](https://martinfowler.com/dslCatalog/semanticModel.html). Basically features that are present in the IDL that aren't present in the JSON AST (like control statements) aren't actually part of the semantic model.
- Loading branch information
Showing
2 changed files
with
157 additions
and
51 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