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

Enable JSON ASTs when 4th grammar section detected #96

Merged
merged 1 commit into from
Apr 10, 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
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
Loading