Skip to content

Commit 96cdc8b

Browse files
committed
Update README
1 parent 70c1592 commit 96cdc8b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
[![actions status](https://github.com/mdbrnowski/linalg-language/actions/workflows/test.yml/badge.svg)](https://github.com/mdbrnowski/linalg-language/actions)
44

5-
To explore all available commands, simply run `./main.py`.
5+
To see all available commands, simply run `./main.py`.
66

7-
If you want to generate lexer and parser yourself (for some reason), run
8-
9-
```bash
10-
antlr4 -o generated -Dlanguage=Python3 MyLexer.g4
11-
antlr4 -o generated -Dlanguage=Python3 MyParser.g4
12-
```
7+
I'm afraid you'll need to explore the language on your own, since I haven't had the time to write anything resembling proper documentation.

0 commit comments

Comments
 (0)