8000 GitHub - mull/parser-combinators: Playing with parser combinators in C++
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mull/parser-combinators

Repository files navigation

A C++ implementation of parser combinators as described at https://fsharpforfunandprofit.com/posts/understanding-parser-combinators/

cmake -S  . -B build/
cd build
make

./01
./02
./03
# etc, each file.cpp has a corresponding target
# you'll need a compiler that supports at least C++17

The code in this repository is public domain.

TODO

  • inbetween (string)
  • separated_by (array value list)
  • either (json_value)

About

Playing with parser combinators in C++

Topics

Resources

Stars

Watchers

Forks

0