/bitmark-parser

Parser for Bitmark

Primary LanguageKotlin

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