turanct / parser-combinators-from-scratch

👨‍🏫 Trying to understand parser combinators by writing them from scratch
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Parser Combinators From Scratch

👨‍🏫 Trying to understand parser combinators by writing them from scratch

This repository is not intented for use. It's just an excercise in getting to know the workings of Parser Combinators to write full blown parsers using a simple DSL.