https://github.com/mixih/ecp
An experimental educational compiler
https://github.com/mixih/ecp
Last synced: 9 months ago
JSON representation
An experimental educational compiler
- Host: GitHub
- URL: https://github.com/mixih/ecp
- Owner: Mixih
- Created: 2021-12-19T00:02:50.000Z (over 4 years ago)
- Default Branch: mainline
- Last Pushed: 2022-01-07T05:29:11.000Z (over 4 years ago)
- Last Synced: 2025-01-19T10:33:19.249Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Experimental Compiler Project
A little repository for fiddling around with optimizing compiler concepts from
the ground up. This is not meant to be production ready in any way, as the big
open source compilers have made this a solved problem.
The toolchain is currently planned to be C++17 (at the very least, maybe C++20)
with a flex-bison frontend (with perhaps a pivot to ANTLR at some point
in the future...).