main
Tran Hau 2020-05-20 02:34:57 +07:00
parent 356266e3af
commit 05f37a8b5e
2 changed files with 6 additions and 8 deletions

View File

@ -5,8 +5,6 @@
| Archlinux | `antlr4` |
| Ubuntu | `antlr4` |
Read [Getting Started with ANTLR v4](https://github.com/antlr/antlr4/blob/master/doc/getting-started.md).
Add to `~/.bashrc`:
```bash
@ -17,6 +15,8 @@ export classpath=".:/usr/share/java/antlr-complete.jar:$classpath"
export classpath=".:/usr/share/java/antlr4.jar:$classpath"
```
Read [Getting Started with ANTLR v4](https://github.com/antlr/antlr4/blob/master/doc/getting-started.md).
Sample `Condition.g4`:
```antlr4

View File

@ -89,12 +89,10 @@ Install [GNOME](https://wiki.archlinux.org/index.php/GNOME):
pacman -Syu \
gnome-shell \
gdm \
networkmanager \
gnome-keyring \
gnome-control-center \
gnome-tweak-tool \
nautilus \
xdg-user-dirs-gtk \
networkmanager gnome-keyring \
gnome-control-center gnome-tweak-tool \
nautilus xdg-user-dirs-gtk \
file-roller p7zip unrar \
gnome-terminal \
gnome-backgrounds \
gnome-screenshot \