ANTLR Grammar Parsing Service
-
Updated
Mar 3, 2018 - ANTLR
A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.
ANTLR Grammar Parsing Service
Macro pre-processor definitions for ANTLR4 written using ANTLR4 :-)
Goslin is the Grammar on succinct lipid nomenclature.
YARS-PG grammar. The YARS-PG serialization is specially designed for graphs, especially property graphs.
ANTLR grammar for opening_hours from OpenStreetMap
YARS grammar
This is a grammar for the SQF scripting language used in the games of Bohemia Interactive
INI-file the right way, both for software and humans 😝 Specification (and grammar) for YINI markup language. It's a config and settings file format (similar (but not same) to INI-files) that consists of plain text with a very simple structure and notation. YINI uses conventions that are familiar to programmers mainly of the C-family of languages.
Notation3 (N3) grammar
The grammars, test files and documentation for the Describe markup language
Data Processing Language (DPL) grammar for Teragrep