Skip to content

elm-tools/parser-primitives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parser Primitives

In 99.9999% of cases, you do not want this.

When creating a parser combinator library like elm-tools/parser, you want lower-level access to strings to get better performance.

This package exposes these low-level functions so that elm-tools/parser does not have an unfair performance advantage.