Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
DiscreteTom committed Feb 24, 2023
1 parent ff914d7 commit 95886a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const parser = new ELR.ParserBuilder<number>()

### [AdvancedBuilder](https://github.com/DiscreteTom/retsac/blob/main/example/advanced-builder/advanced-builder.ts)

In this example, we use meta characters like `+*?` in grammar rules to simplify the grammar rule.
In this example, we use `AdvancedBuilder` with meta characters like `+*?` in grammar rules to simplify the grammar rule.

<details><summary>Click to Expand</summary>

Expand Down

0 comments on commit 95886a3

Please sign in to comment.