# restructuredtext-antlr **Repository Path**: mirrors_lextm/restructuredtext-antlr ## Basic Information - **Project Name**: restructuredtext-antlr - **Description**: ANTLR Grammar for reStructuredText - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README reStructuredText Grammar for ANTLR 4 ==================================== [![Build Status](https://dev.azure.com/lextudio/vscode-restructuredtext/_apis/build/status/lextm.restructuredtext-antlr?branchName=master)](https://dev.azure.com/lextudio/vscode-restructuredtext/_build/latest?definitionId=3&branchName=master) This is the source code repo of reStructuredText grammar file for ANTLR 4. Visual Studio 2017/Rider is required to compile it. It should run cross platform. It is licensed under MIT license. History ------- This piece of work was started by Bart Kiers in 2011 as [a Stack Overflow answer](https://stackoverflow.com/questions/6178546/antlr-grammar-for-restructuredtext-rule-priorities) and Lex Li picked it up in 2017 to continue the momentum. Goals ----- * Compatibility to existing parsers, like Sphinx and [the JavaScript one](https://github.com/seikichi/restructured). * Linter and Language Server for Sphinx to empower [Visual Studio Code reStructuredText extension](https://github.com/vscode-restructuredtext/vscode-restructuredtext). * (Probably) DocFX fork to replace Sphinx completely. Others ------ Issues and questions can be created directly at GitHub.