kach / nearley

📜🔜🌲 Simple, fast, powerful parser toolkit for JavaScript.
https://nearley.js.org
MIT License
3.57k stars 232 forks source link

Is it possible to share scope with the parser ? #526

Closed asvny closed 3 years ago

asvny commented 3 years ago

Currently wondering is it possible to share scope like the feature in Jison .(https://zaa.ch/jison/docs/#sharing-scope )

Thanks for all your hard work ... really enjoying it!

asvny commented 3 years ago

For reference - this is related to https://github.com/kach/nearley/issues/469