Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to BuildGrammar 2.1.0 #1239

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions .github/workflows/grammar-validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
dotnet-version: 8.0.x

- name: Set up JDK 15
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 15.0
distribution: zulu

# Install build grammar global tool
- name: Install BuildGrammar tool
run: |
dotnet tool install --version 2.0.0 --global --add-source ./.github/workflows/dependencies/ EcmaTC49.BuildGrammar

dotnet tool install --version 2.1.0 --global --add-source ./.github/workflows/dependencies/ EcmaTC49.BuildGrammar

- name: run validate
run: |
Expand Down
10 changes: 10 additions & 0 deletions tools/GrammarTesting/Tests/Parsing/ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Parsing Tests

There are two sets of tests. The standard set, in `Samples`, test whether the Standard’s
grammar is producing the expected parse.

The second set, in `Demo`, exist to demonstrate the system and are run when `SetupAndTest`
or `DoParsingTests` are passed the `-d` option.

If `Demo` is not here it will be in the environment parallel which can be located using the
environment variable `BG_LIB_PARSINGTESTS`.
Loading
Loading