-
-
Notifications
You must be signed in to change notification settings - Fork 262
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
dose pest support multi file ? #509
Comments
Can you clarify? At the moment, a grammar must be specified in a single file. |
@CAD97 |
support example? |
maybe something like this:
// value.pest
|
The way I support this is to use a Bazel (or equivalent) build system that can track dependencies between files. Running https://docs.bazel.build/versions/master/be/general.html#genrule_examples |
It would definitely be quite nice to support a native import like system. Even if it was a simple native concat operation. |
Modules are planned in #333 ("Modules" section), but the project desperately needs active maintainers. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
dose pest support multi file?
The text was updated successfully, but these errors were encountered: