Skip to content

Commit

Permalink
docs: mention math example in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
barona-mika-vilpas committed Dec 8, 2023
1 parent ed00670 commit 44b0e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ console.log(surrounded.parse("(1, 2 , 3 )"));
Here are some more cool examples:

1. [JSON parser](https://github.com/GregRos/parjs/blob/master/src/examples/json.ts)
2. [Math expression parser](https://github.com/GregRos/parjs/blob/master/src/examples/math.ts)

## How does it work?

Expand Down

0 comments on commit 44b0e43

Please sign in to comment.