Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/regb/scala-sexprs
Utilities to manipulate S-Expressions in Scala
https://github.com/regb/scala-sexprs
Last synced: about 1 month ago
JSON representation
Utilities to manipulate S-Expressions in Scala
- Host: GitHub
- URL: https://github.com/regb/scala-sexprs
- Owner: regb
- Created: 2014-07-09T13:29:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-09T23:19:12.000Z (over 10 years ago)
- Last Synced: 2023-03-22T16:29:11.036Z (almost 2 years ago)
- Language: Scala
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SCALA S-EXPRS
=============Scala library to manipulate S-Expressions.
This is an implementation of a simple s-expressions syntax. As there is no
standard reference for the s-expression format, that specific implementation is
probably not going to be compatible with other existing ones. However, it
should work great as long as the usage remain local to your own software.S-expressions provide a concise representation for data, and can replace XML in
many simple data serialization problems.