Skip to content

ryotarofr/combp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

combp

A generic parser combinator library for Python, Go, and Rust.

Install

Python:

pip install combp

Go:

go get github.com/ryotarofr/combp/go

Rust (Cargo.toml):

cargo add combp

Test

cd python && pytest tests/ -v
cd go && go test -v
cd rust && cargo test

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors