https://github.com/regb/scala-sexprs
Utilities to manipulate S-Expressions in Scala
https://github.com/regb/scala-sexprs
Last synced: 9 months 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-09T23:19:12.000Z (almost 12 years ago)
- Last Synced: 2025-03-04T19:39:44.247Z (over 1 year 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.