[Web Feed] Ohm is a parsing toolkit consisting of a library and a domain-specific langua...
Feed Supplier <[email protected]> Sun, 09 May 21 12:15:16 UTC
| Newsgroups | alt.comp.programming |
|---|---|
| Organization | Usenet.Farm |
| Message-ID | <[email protected]> |
..ge. You can use it to parse custom file formats or quickly buil Ohm is a parsing toolkit consisting of a library and a domain-specific language. You can use it to parse custom file formats or quickly build parsers, interpreters, and compilers for programming languages. The _Ohm language_ is based on en.wikipedia.org/wiki/Parsing_expression_grammar: parsing expression grammars (PEGs), which are a formal way of describing syntax, similar to regular expressions and context-free grammars. The _Ohm library_ provides a JavaScript interface for creating parsers, interpreters, and more from the grammars you write. Link 1 GitHub - harc/ohm: A library and language for building parsers, interpreters, compilers, etc.: https://github.com/harc/ohm