ohmjs / ohm

A library and language for building parsers, interpreters, compilers, etc.
MIT License
5.01k stars 217 forks source link

BREAKING CHANGE: Remove grammarFromScriptElement #316

Closed pdubroy closed 3 years ago

pdubroy commented 3 years ago

Remove grammarFromScriptElement and grammarsFromScriptElements from the Ohm core. These are not really necessary anymore since you can define multi-line string literals in JavaScript now.

Closes #242 and and #220.