Skip to content

Commit 81fd364

Browse files
committed
wip
1 parent d8a1a7e commit 81fd364

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ License: MIT
7171
- [Array](#Array)
7272
- [Optional](#Optional)
7373
- [Epsilon](#Epsilon)
74-
- [Terminals](#Terminals)
74+
- [Tokens](#Tokens)
7575
- [Ident](#Ident)
7676
- [BigInt](#BigInt)
7777
- [Integer](#Integer)
@@ -235,7 +235,7 @@ const R1 = Runtime.Parse(T, 'X Y Z') // const R1 = [['X', 'Y'], '
235235
const R2 = Runtime.Parse(T, 'Y Z') // const R2 = [[], 'Y Z']
236236
```
237237

238-
## Terminal Combinators
238+
## Tokens
239239

240240
ParseBox provides combinators for parsing common lexical tokens, such as numbers, identifiers, and strings, enabling static, optimized parsing of typical JavaScript constructs.
241241

0 commit comments

Comments
 (0)