From ace877675a85f3eef96b1c4a4b401882ba480c0f Mon Sep 17 00:00:00 2001 From: Dan Hudlow Date: Thu, 24 Oct 2024 13:28:56 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84a1e33..e4c6875 100644 --- a/README.md +++ b/README.md @@ -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`.