Skip to content

Commit

Permalink
Merge pull request #96 from ourPLCC/stoneyjackson/add-new-semantics-95
Browse files Browse the repository at this point in the history
Enable JSON ASTs when 4th grammar section detected
  • Loading branch information
StoneyJackson authored Apr 10, 2024
2 parents 4464e21 + 7cecc65 commit a1bc2d2
Show file tree
Hide file tree
Showing 52 changed files with 3,391 additions and 73 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This is created by bin/test/languages.bash. But should not be committed.
languages/

# PLCC places generated Java files in directories named Java. Ignore them.
Java/

Expand Down
14 changes: 0 additions & 14 deletions bin/test/languages.bash

This file was deleted.

14 changes: 0 additions & 14 deletions docs/Developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,20 +211,6 @@ bin/test/everything.bash
bin/test/functionality.bash
```

### Test languages

Check if our changes work with ourPLCC/languages:

```bash
bin/test/languages.bash
```

Test a specific version (git tag, branch, or commit hash) of ourPLCC/languages:

```bash
LANGUAGES_VESRION=v1.0.1 bin/test/languages.bash
```

### Test other things

To learn what other class of tests you can run...
Expand Down
Loading

0 comments on commit a1bc2d2

Please sign in to comment.