Skip to content

Commit 07774e7

Browse files
author
Gerald Unterrainer
committed
Merge branch 'develop'
2 parents d9b0d67 + f8e5fff commit 07774e7

File tree

151 files changed

+5561
-5797
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+5561
-5797
lines changed

antlr4/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ There is a `.vscode` directory in the `antlr4` folder containing the proper sett
1010
The `settings.json` contains settings for the ANTLR-plugin ([ANTLR4 grammar syntax support](https://marketplace.visualstudio.com/items?itemName=mike-lischke.vscode-antlr4)) which we use.
1111
The `launch.json` contains a debug-launch setting ready to be opened with `VS Code -> launch/debug -> open file`. Both contains variables you'll probably want to change:
1212

13+
## Version
14+
The version of ANTLR4 used is the version that's registered in your npm-install (the local vscode folder).
15+
Currently, as of this writing, it's 4.9.2, even if there's already a version 4.10.1 out there for some time.
16+
That's because the maintainer of the VsCode plugin hasn't updated it yet (because of TS issues).
17+
You have to use the same version in Java as was used when generating the code.
18+
1319
### settings.json
1420

1521
`outputDir` is the directory (absolute) you want the parser-generator to copy the java-files into.
@@ -49,7 +55,7 @@ You may also go to your grammar file, right click and select either:
4955
- Show ATN Graph for Rule
5056
- Show Grammar Call Graph
5157

52-
Which will open in a new tab and are, depending on which point you chose, depending on the rule your cursor currently is located in.
58+
Which will open in a new tab, depending on which point you chose, depending on the rule your cursor currently is located in.
5359

5460
After pressing `F5` your grammar is generated and the files are copied.
5561

antlr4/node_modules/.package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

antlr4/node_modules/antlr4/.eslintignore

Whitespace-only changes.

antlr4/node_modules/antlr4/.eslintrc.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

antlr4/node_modules/antlr4/package.json

Lines changed: 9 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

antlr4/node_modules/antlr4/spec/IntervalSetSpec.js

Lines changed: 0 additions & 61 deletions
This file was deleted.

antlr4/node_modules/antlr4/spec/helpers/Reporter.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

antlr4/node_modules/antlr4/spec/support/jasmine.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

antlr4/node_modules/antlr4/src/antlr4/BufferedTokenStream.js

Lines changed: 11 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

antlr4/node_modules/antlr4/src/antlr4/CharStreams.js

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)