https://github.com/zenhack/proto-sexprs
Simple SExpr-ish format for prototyping languages
https://github.com/zenhack/proto-sexprs
Last synced: about 1 year ago
JSON representation
Simple SExpr-ish format for prototyping languages
- Host: GitHub
- URL: https://github.com/zenhack/proto-sexprs
- Owner: zenhack
- License: apache-2.0
- Created: 2017-07-12T00:46:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T21:17:09.000Z (almost 8 years ago)
- Last Synced: 2025-02-03T13:45:00.446Z (over 1 year ago)
- Language: Haskell
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
Simple s-expression inspired format for prototyping languages;
implementation in Haskell.
# Why?
As nice as parsec is, if I want to play around with designing a DSL, I
want to get right into the semantics and execution -- if I want rich
surface syntax at all, that can come later.
# What?
A parser and library around a simple s-expression format, designed to be
easy to work with (and convert to other intermediate forms), and
pleasant enough to write by hand. The notion is that it should be a
"good enough" syntax for your minimum viable language.
This is still heavily WIP. Really, come back later.
# License
Apache 2.0