https://github.com/ferror/php-antlr-playground
https://github.com/ferror/php-antlr-playground
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ferror/php-antlr-playground
- Owner: Ferror
- Created: 2021-04-11T10:21:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T19:19:06.000Z (over 4 years ago)
- Last Synced: 2025-06-25T23:06:11.142Z (9 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# php-antlr-playground
## Progress
- [ ] Lists
- [ ] Headers
- [ ] Tasks
- [ ] Tables
- [ ] Text
# Java Testing
`control` + `d` - stops execution
## Console
```
antlr Markdown.g4
javac -classpath /usr/local/opt/antlr/antlr-4.9.2-complete.jar Markdown*.java
grun Markdown markdown -tree
```
## GUI
```
antlr Markdown.g4
javac -classpath /usr/local/opt/antlr/antlr-4.9.2-complete.jar Markdown*.java
grun Markdown markdown -gui
```
# PHP Testing
```
antlr -Dlanguage=PHP antlr/Markdown.g4 -package Ferror\\Antlr
php public/index.php tests/content/README.md
```