An open API service indexing awesome lists of open source software.

https://github.com/medavox/antlr4-dokuwiki-grammar

dokuwiki grammar for ANTLR4 (work in progress)
https://github.com/medavox/antlr4-dokuwiki-grammar

Last synced: about 1 month ago
JSON representation

dokuwiki grammar for ANTLR4 (work in progress)

Awesome Lists containing this project

README

        

to compile:

```shell
cd src/main/antlr
antlr4 dokuwikiLexer.g4 dokuwikiParser.g4 ; javac *.java
```
make sure antlr4 is set up.

to run (one possibility uring dev):

```shell
grun dokuwiki document -gui ../../../syntax.dokuwiki 2> errors.txt
```

make sure to download the raw dokuwiki syntax to the project root.