https://github.com/eldesh/embedded_interpreters
https://github.com/eldesh/embedded_interpreters
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eldesh/embedded_interpreters
- Owner: eldesh
- Created: 2017-10-11T15:55:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T15:11:07.000Z (over 7 years ago)
- Last Synced: 2025-01-26T20:47:11.897Z (4 months ago)
- Language: Standard ML
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
Awesome Lists containing this project
README
Embedded Interpreters
================================================================A sample implementation of the "Embedded Interpreters"[benton05]_ techniques on SML/NJ.
That paper describe many interesting DSL techniques, but that not includes whole source code for working on real SML implementations. e.g. fragment parser named *%*.Also the contents of this repository is written for coterie book `解説 Embedded Interpreters`_ . This book is scheduled for publishing in `技術書典3`_ (techbookfesta3).
Environment
----------------------------------------------------------------The core technique which is introduced by the paper depends on proprietary extension *Quote/Antiquote*.
These 2 implementations provide Quote/Antiquote extension.- SML/NJ
- MoscowML.. [benton05] BENTON, N. (2005). Embedded interpreters. Journal of Functional Programming, 15(4), 503-542. doi:10.1017/S0956796804005398
.. _`技術書典3`: https://techbookfest.org/event/tbf03
.. _`解説 Embedded Interpreters`: contact to @eldesh (http://twitter.com/eldesh)