Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 386 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 386 Bytes

Bitmark Parser

This project contains the ANTLR specification for the Bitmark parser. Bitmark is a markup language that follows the content-first principle.

Building

This project is using the ANTLR gradle plugin.

Type the following to generate the Java source of the parser:

./gradlew generateGrammarSource