Support my Work
Buy a PXL Clock and help me create more videos like this! Use code RONALD for a 25€ discount:
https://www.pxlclock.com/?ref=RONALD
PXL Clock is a fun device, made with ❤️ - and it's programmable in an easy and quick way.
Find out more:
- On the PXL Clock Discord Server
- check out the PXL Clock Repo on GitHub
- Visit the official PXL Clock Store
A a one-file recursive descent parser combinator library for F# and Fable.
- It's just another recursive descent parser combinator library
- Focus on parsing string documents
- The original ranges that lead to a parse result are retained
- For sure not made for everything, but may work well for small to medium stuff
- Performance
- Making use of Spans
- Making use of InlineIfLambda
- No benchmarks available (yet)
- You can use the CE syntax for many parsers
- No dependencies
- State: Far from complete. It's a "works for me" implementation used in Trulla Templates
- Examples
- Have look at Trulla Templates Parser
- Have a look at the Tests