Skip to content

A small zero-dependency parser-combinator library for rust.

License

Notifications You must be signed in to change notification settings

ncatelli/parcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel

Table of Contents

General

A parser combinator library for rust.

Usage

Testing

Tests and documentation are provided primarily via docstring examples but a few tests are additionally provided through standard rust unit testing and can be run via:

cargo test

Benchmark tests

Additionally benchmark tests are provided via criterion and can be run via:

cargo bench

Warnings

Please nobody use this. This is entirely an experiment to support insane restrictions I've imposed on myself to build a computer from first principles.

Instead, please use the wonderful geal/nom project that is better supported, better engineered and WAY more mature... frankly I don't even know why you are even looking at this.

About

A small zero-dependency parser-combinator library for rust.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published