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

modular schema #13

Open
Benjmhart opened this issue Dec 30, 2021 · 0 comments
Open

modular schema #13

Benjmhart opened this issue Dec 30, 2021 · 0 comments

Comments

@Benjmhart
Copy link
Contributor

would be great to have an $include syntax, in the form:

$include <filepath> as x - to import the Start schema in that file as an an available schema under name x
$include x in <filepath> as y - to import the named schema in that file (x) as a different name (y)
$include x in <filepath> - to import the named schema in that file under its original name

this would allow for a good deal of code reuse, especially with the 'parameterized schema' feature request

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

No branches or pull requests

1 participant