backus-naur-form
There are 32 repositories under backus-naur-form topic.
shnewto/bnf
Parse BNF grammar definitions
liuzl/fmr
Functional Meaning Representation and Semantic Parsing Framework
palle-k/Covfefe
A parser for nondeterministic context free languages
sergeyklay/bnf-mode
A GNU Emacs major mode for editing BNF grammars
Zeta611/simplebnf
⌥ Simple Backus–Naur form (BNF) LaTeX package
Alhadis/language-grammars
Syntax highlighting for ABNF/BNF/EBNF, Yacc, and other language-related languages.
aalekhm/BasicCCompiler
A basic C language compiler from scratch.
Holzhaus/latex-rail
Updated version of the LaTeX rail package for Syntax specification in EBNF (https://www.ctan.org/pkg/rail)
rrozansk/SPaG
A compiler to translate regular expressions (regular grammars) and LL1 BNF languages (subset of context free grammars) to generated scanners and/or parsers.
daskol/nvim-bnf
NeoVim semantic syntax highlighting and completion plugin for BNF grammar
ed-cooper/Ebnf.Compiler
Compiles EBNF statements to C# DLLs
hydrocarbon-tk/Hydrocarbon
Programming Language Toolkit
MichaelBalas/Recursive_Descent_Parser
Building a simple programming language based on arithmetic expressions using a top-down recursive descent parser written in Python and C.
Simsso/BNF-Parser
Haskell server that parses Backus-Naur form expressions (syntax only)
Gyakobo/BNF-Recursive-Descent
This project parses and evaluates arithmetic expressions using recursive descent parsing based on BNF grammar rules.
AleksaMCode/bnf-parser
BNF (Backus-Naur Form) LL(k) parser.
aroques/parser
Recursive descent parser for compilers class
phook/BNFT
Backus Naur Format Transform
seanpm2001/AI2001_Category-Source_Code-SC-Backus-Naur-Form
🧠️🖥️2️⃣️0️⃣️0️⃣️1️⃣️💾️📜️ The sourceCode:Backus-Naur-Form category for AI2001, containing Backus-Naur Form programming language datasets
xosnrdev/rdp
A minimalist pure functional language implemented via recursive descent parsing.
BrandonXue/mini-bnf-generator
Recognizes a formatted Backus-Naur form rule-set and solves left-recursions, performs factoring, and finds first sets.
EastonArcher/Lexcial-Analyzer
⚡C-based lexical analyzer using Backus-Naur form. Matches lexemes to tokens, handles delimiters, and identifies unknown lexemes from a source file.
rnowotniak/BNF-analyser-2004
Backus–Naur form analyser implemented in Ada
dantasl/kodama
Kodama is a simple lightweight language implemented in Haskell and designed for statistics.
DiegoAOV02/BNF-Analyzer
Trabajo relacionado a la segunda unidad en la materia de Lenguajes y Autómatas en la Universidad Politécnica de Victoria
inumerics/calculator
Basic calculator program demonstrating the use of a parser generator for reading user input.
m-YoC/cebnf-and-frijson
(beta version) Something like extended Backus-Naur form in C++ & the sample json parser using cebnf.
AdrianSchneble/notepad-plus-plus-backus-naur
A notepad++ language for EBNF syntax highlighting.
Francesco601/prog-lang-theory
Programming Language Theory
hiimsergey/dntodo
How I'm writing TODOs
L-Applin/rept
Repeat langage Interpreter
mkacct/vscode-cbnf
VS Code language support extension for cBNF