There are 1 repository under grammars topic.
Parser Building Toolkit for JavaScript
como-lang-ng is now ana-lang, located at https://github.com/analang/ana
Dragonfly-Based Voice Programming and Accessibility Toolkit
Python Kaldi speech recognition with grammars that can be set active/inactive dynamically at decode-time
đź’ˇ Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and context-dependent grammars.
Simple, effective, and modular package for parsing observables (indicators of compromise (IOCs), network data, and other, security related information) from text. It uses grammars rather than regexes which makes it more readable, maintainable, and hackable. Explore our interactive documentation here: https://hightower.space/ioc-finder/
:bookmark_tabs: :electric_plug: Ren'Py package for Atom and Linguist Grammars
Quick explanation of eliminating left recursion in Haskell parsers
Grammars suitable for lark parser and Hypothesis
Finite-state script normalization and processing utilities
The Parser Construction Kit ("Puck"): A Parser Generator and Grammar Translator in C#
Morphological and syntactic analysis of Esperanto sentences
A GraphQL SDL lexer, parser, and validator that can read GraphQL grammar and produce executable JVM runtime objects.
Syntax highlighting for ABNF/BNF/EBNF, Yacc, and other language-related languages.
This an online code editor made for a new programming language named Miria.
Next-gen EDI parser in Antlr4 grammar compiled by antlr4ts
Graphs and grammars for Context-Free Path Querying algorithms evaluation.
🎓 This extension provides Moodle snippets for PHP, XML and Mustache files. It also provides commands to create new files for Moodle.
:wrench: My studies on context-free grammar, using ANTLR4 (C++) to generate the parser files. Some basics are developed, such as token processing, recursion, variable definition, array processing, Abstract Syntax Tree (AST) manipulation, UNICODE support, and error handling.