https://github.com/aztek/syngen
Concrete syntax generator
https://github.com/aztek/syngen
Last synced: 5 months ago
JSON representation
Concrete syntax generator
- Host: GitHub
- URL: https://github.com/aztek/syngen
- Owner: aztek
- Created: 2011-12-25T23:07:54.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-22T22:31:38.000Z (over 14 years ago)
- Last Synced: 2025-02-01T07:43:56.213Z (over 1 year ago)
- Language: Scheme
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
syngen
======
Concrete syntax generator for textual languages.
More verbose description will be added later, by now you can take a look at examples.
syngen is using bigloo, see http://www-sop.inria.fr/indes/fp/Bigloo/
To install, type `make all && make install`