Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hudlow authored Oct 24, 2024
1 parent 84d3e0a commit ace8776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ However, because these tests are also for evaluation, the derived tests use the
[`cel-go`][cel-go] parser as the expected output. This extraction can be re-run by with
`npm run extract-conformance-tests` but does require an environment with `go`.

It is currently passing of the 1,916 derived tests, and those 8 need to be investigated closely. I
would also like to extract [`cel-go`'s parser tests][cel-go-parser-tests] in the near future.
It is currently passing all of the 1,916 derived conformance tests and most of [`cel-go`'s parser
tests][cel-go-parser-tests].

To generate the parser after cloning the repo, simply run `npm ci`. To compile to JavaScript
bundles, use `npm run bundle`. After bundling, you can experiment with the parser using `demo.html`.
Expand Down

0 comments on commit ace8776

Please sign in to comment.