Parsing¶
Reference¶
https://tomassetti.me/parsing-in-python/
funcparserlib¶
Recursive descent parser
https://github.com/vlasovskikh/funcparserlib
Example (Lua):
https://github.com/scrapinghub/splash/blob/ab28b0233c245461189881f1f5656b96371a4b40/splash/kernel/lua_parser.py#L9
TaTsu¶
PEG parser
https://github.com/neogeny/TatSu
Lark¶
Example: see sauce-os
https://github.com/lark-parser/lark
Page last modified: 2024-11-16 21:33:39