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)
- Host: GitHub
- URL: https://github.com/medavox/antlr4-dokuwiki-grammar
- Owner: medavox
- Created: 2022-11-18T11:57:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T21:21:13.000Z (over 2 years ago)
- Last Synced: 2025-02-12T10:19:34.707Z (3 months ago)
- Language: ANTLR
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.