Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jay-es/ts-parser-combinator
https://blog.livewing.net/typescript-parser-combinator
https://github.com/jay-es/ts-parser-combinator
Last synced: about 13 hours ago
JSON representation
https://blog.livewing.net/typescript-parser-combinator
- Host: GitHub
- URL: https://github.com/jay-es/ts-parser-combinator
- Owner: jay-es
- Created: 2024-04-22T15:00:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T13:19:49.000Z (6 months ago)
- Last Synced: 2024-04-29T15:46:27.010Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
「TypeScript でゼロから作るパーサコンビネータ」の実装
https://blog.livewing.net/typescript-parser-combinator小さなパーサ関数を組み合わせることで、複雑な構文を解析
- パーサ関数: 文字列を入力し、入力の先頭から任意の長さの文字列を消費して、解析結果を出力する関数
- パーサコンビネータ: パーサ関数を引数にとり、パーサ関数を変形したり合成する関数