Skip to content

spencertipping/caterwaul-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memoized parser combinators for Caterwaul 1.1. Unlike previous implementations,
this one allows you to parse things that are nonlinear. For example, you can
"parse" Caterwaul syntax trees to do things like nondeterministic searches.
This arises from the fact that combinatory parsers are really just incremental
functions and various sequential modifications of them. (More about this in the
source documentation.)

About

Nonlinear parser combinators for Caterwaul

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published