Skip to content

Commit 624576c

Browse files
authored
Update README.md
1 parent 0199709 commit 624576c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ GreekBase
2727
├── inputs/ ← example source files
2828
├── output/ ← generated C source files
2929
├── run.sh ← bash script for generating ANTLR files
30+
├── run.bat ← bat (Windows) script for generating ANTLR files
31+
├── gui.py ← Graphic interface for compiler
3032
└── main.py ← main file that starts the compiler
3133
```
3234
## Details
@@ -99,4 +101,4 @@ printf("%d", x);
99101
printf("%d", y);
100102
return 0;
101103
}
102-
```
104+
```

0 commit comments

Comments
 (0)