https://github.com/antlr/grammars-v4
Raw File
Tip revision: b019c956c3405ebcb7d78f38ee9a902c598519ef authored by Daniel Santiago on 18 April 2024, 18:17:28 UTC
[SQLite] Add unicode charset to `IDENTIFIER` (#4053)
Tip revision: b019c95
README.md
# A grammar for reStructuredText language written in ANTLR v4

## Source

[reStructuredText for ANTLR](https://github.com/lextm/restructuredtext-antlr)

## Overview

Here I just share a snapshot of its 0.9 release. You can find the latest release from the official repo. Issues and pull requests should also go to the official repo.

Note that the grammar does not include all processing logic (for example, for star and backtick related items). Those extra processing pieces are implemented in C#.
back to top