Skip to content

SullivanMuse/sully_input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sully_input: Rich input for parsers

This is a helper library for the sully_peg parser generator proc macro.

It exposes the following functionality:

  • Structs Input and Span parameterized on the lifetime of a string slice.
  • Terse debugging info for each structure (useful for embedding in tree nodes).
  • Trait Exact to allow type-defined parsing for structures with exact string representations (such as single characters or strs).

About

Rich input for parsers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages