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
PegJS is working on support for modularized grammars. Once this is finalized and released, it would be good to update emblem to take advantage of this (over against use of pegjs-import).
There are a couple of issues with our current structure:
modules are copied when imported, so emblem's size grows as you reuse a module
circular dependencies do not work, which has resulted in some less than intuitive module structure. (In general, it forces pushing shared code higher in the chain).
PegJS is working on support for modularized grammars. Once this is finalized and released, it would be good to update emblem to take advantage of this (over against use of pegjs-import).
There are a couple of issues with our current structure:
Tracking issue.
The text was updated successfully, but these errors were encountered: