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

Implement importing and modules #2

Open
KOLANICH opened this issue May 2, 2022 · 0 comments
Open

Implement importing and modules #2

KOLANICH opened this issue May 2, 2022 · 0 comments

Comments

@KOLANICH
Copy link
Member

KOLANICH commented May 2, 2022

Currently modules system is not implemented, it is not nice since it disallows developing and debuggjng grammars modularily.

Requirements to module system:

  • a yug module should be transpiled into a native module of the underlying parser generator, if it supports modules. Otherwise a single file should be generated.
  • runtime should properly initialize the modular grammars, taking into account that they reside within urm bundles.
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