Skip to content

Commit

Permalink
Merge pull request #582 from jaytaph/syntax-matcher-walker
Browse files Browse the repository at this point in the history
Syntax matcher walker
  • Loading branch information
jaytaph authored Sep 29, 2024
2 parents b9d339d + 8338cc9 commit 4c5e39b
Show file tree
Hide file tree
Showing 244 changed files with 9,584 additions and 11,132 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ local/
settings.db

# C API tests (ignore everything but source files)
*/gosub_bindings/tests/*
!*/gosub_bindings/tests/*.c
*.dSYM
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ In the root directory, run `make format` to have clippy automatically fix some o
### Running Benchmarks
In the root directory, run `make bench` to run the benchmarks.

### Building C API Bindings
In the `crates/gosub_bindings` directory, run `make bindings` to build the C static libraries. For more information on this, see the [README](crates/gosub-bindings/README.md).

Can also run `make test` in the same directory to build and run the tests for the C bindings.

## Code Style
We use cargo's built-in formatter. When running `make test`, the formatter will also run (after all the tests) and display any issues in a `git diff`-like output in the terminal. Please resolve these formatting issues prior to pushing any code! This is validated in our CI when creating a pull request.
Expand Down
Loading

0 comments on commit 4c5e39b

Please sign in to comment.