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

taskbase/bitmark-parser

Repository files navigation

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