We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c1592 commit 96cdc8bCopy full SHA for 96cdc8b
README.md
@@ -2,11 +2,6 @@
2
3
[](https://github.com/mdbrnowski/linalg-language/actions)
4
5
-To explore all available commands, simply run `./main.py`.
+To see all available commands, simply run `./main.py`.
6
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
-```
+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