alpha
Login
or
Join now
vm.fail
/
ppx_combin
Star
5
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
OCaml parser combinator that compiles to direct recursive descent
Star
5
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Commits
Author
Commit
Message
Date
vm.fail
38312f7a
streaming/lazy input support and generic token infrastructure
master
6mo ago
vm.fail
64537099
eliminate redundant List.rev when result is discarded
6mo ago
vm.fail
d6752811
add skip_many, skip_some, take_while, take_while1 combinators
6mo ago
vm.fail
81c9c703
specialised fast paths for common patterns (many/some with token, satisfy, any)
6mo ago
vm.fail
25d8d7e2
inline small parsers to reduce closure overhead
6mo ago
vm.fail
18626473
memoization for packrat parsing on ambiguous grammars
6mo ago
vm.fail
2b47e91f
add source location spans to errors instead of just position int
6mo ago
vm.fail
067aeee8
parser combinator ppx that compiles to recursive descent
6mo ago
streaming/lazy input support and generic token infrastructure
master
38312f7a
vm.fail
6mo
eliminate redundant List.rev when result is discarded
64537099
vm.fail
6mo
add skip_many, skip_some, take_while, take_while1 combinators
d6752811
vm.fail
6mo
specialised fast paths for common patterns (many/some with token, satisfy, any)
81c9c703
vm.fail
6mo
inline small parsers to reduce closure overhead
25d8d7e2
vm.fail
6mo
memoization for packrat parsing on ambiguous grammars
18626473
vm.fail
6mo
add source location spans to errors instead of just position int
2b47e91f
vm.fail
6mo
parser combinator ppx that compiles to recursive descent
067aeee8
vm.fail
6mo