Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mincrmatt12/mlang
Excersise in writing a compiler for a made up language.
https://github.com/mincrmatt12/mlang
Last synced: about 6 hours ago
JSON representation
Excersise in writing a compiler for a made up language.
- Host: GitHub
- URL: https://github.com/mincrmatt12/mlang
- Owner: mincrmatt12
- Created: 2018-08-04T21:21:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T05:48:03.000Z (over 2 years ago)
- Last Synced: 2023-02-27T13:37:16.369Z (over 1 year ago)
- Language: C++
- Size: 271 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MLang
[![](https://img.shields.io/jenkins/s/https/jenkins.mm12.xyz/jenkins/job/MLang/job/master.svg)](https://jenkins.mm12.xyz/jenkins/job/MLang/job/master)Excersise in writing a compiler for a made up language.
With some effort I plan to take this and allow it to output code for a custom cpu. Or maybe I'll target some random piece of hardware.
Who knows.## Documentation
Why do you want to use this??
## Documentation, please
Look in the ex/ folder for various examples. Or read the grammar file.
> _still why do you want to use it??_