Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify the semantic model #482

Merged
merged 1 commit into from
Jul 6, 2020
Merged

Clarify the semantic model #482

merged 1 commit into from
Jul 6, 2020

Conversation

mtdowling
Copy link
Member

@mtdowling mtdowling commented Jul 3, 2020

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. 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.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

docs/source/1.0/spec/core/lexical-structure.rst Outdated Show resolved Hide resolved
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.
@mtdowling mtdowling merged commit c8d2e3b into master Jul 6, 2020
@mtdowling mtdowling deleted the clarify-semantic-model branch August 7, 2020 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants