Skip to content

EKULibraries/rexp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages