s-expression 0.1.0

A simple S-Expression parser
Documentation
  • Coverage
  • 0%
    0 out of 10 items documented0 out of 2 items with examples
  • Size
  • Source code size: 4.38 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.33 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • eckertliam/s-expression
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • eckertliam

S-Expression

A simple dependency free s-expr parser for lisp.

The s-expressions are parsed in the Expression enum with the read function.