You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently modules system is not implemented, it is not nice since it disallows developing and debuggjng grammars modularily.
Requirements to module system:
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.urm
bundles.The text was updated successfully, but these errors were encountered: