We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaefcc3 commit ca4b904Copy full SHA for ca4b904
Readme.md
@@ -1,5 +1,8 @@
1
# wizparse
2
3
+[](https://github.com/Infernio/wizparse/actions?query=workflow%3A%22CI%22)
4
+[](LICENSE)
5
+
6
A new parser / interpreter for BAIN wizards based on [ANTLR](https://www.antlr.org/).
7
8
## Parser
@@ -25,7 +28,6 @@ In short:
25
28
1. Run `./scripts/prereq.sh`. This will download a copy of ANTLR.
26
29
1. Run `./scripts/build.sh`. This will generate a Java parser and compile it.
27
30
1. Run `./scripts/test.sh`. This will run all tests in the tests folder.
- 1. If it worked, yo
31
32
## License
33
wizparse is licensed under the MIT license. See [LICENSE](LICENSE) for the full text.
0 commit comments