Skip to content

Latest commit

History

41 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Rexp

A small parser for Symbolic Expressions in Rust.

I have been a bad Rustacean, and there is basically no documentation :/ There is a lot of redundant testing though :)

License

Rexp is licensed under the Modified BSD License

Top Priorities

  • Documentation Comments /// for all the exported functions, and better explanation of internal details in regular comments.
  • Implement traits for parsing from string and dumping to string.
  • Check out BigInt crate to see if We can support 64 bit unsigned integers without adding more syntax to the SExpressions.
  • Continue this list.

About

Symbolic Expression Crate

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages