https://github.com/bldl/magnolisp
Magnolisp, a toy programming language
https://github.com/bldl/magnolisp
c-plus-plus compiler racket
Last synced: 10 months ago
JSON representation
Magnolisp, a toy programming language
- Host: GitHub
- URL: https://github.com/bldl/magnolisp
- Owner: bldl
- Created: 2014-09-25T15:12:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T23:23:44.000Z (over 2 years ago)
- Last Synced: 2025-04-22T00:03:07.820Z (about 1 year ago)
- Topics: c-plus-plus, compiler, racket
- Language: Racket
- Homepage: http://magnolisp.github.io/
- Size: 950 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
This is /Magnolisp/, a toy programming language for playing with experimental language implementation techniques and infrastructure. It is implemented in and on top of [[http://racket-lang.org/][Racket]], in a way that allows Racket tools to be used in the development of Magnolisp programs. Code written in Magnolisp can either be evaluated in the Racket VM, or translated into C++.
More details can be found in the [[http://magnolisp.github.io/][manual]], which also includes [[http://magnolisp.github.io/#%28part._magnolisp-install%29][installation instructions]].