https://github.com/wrale/eol-bootstrap
Bootstrap implementation of EOL (Ergonomically Optimized Language) - a modern programming language designed for typing ergonomics and developer comfort. This repository contains the Rust-based initial compiler implementation, following a three-phase approach toward a self-hosting compiler.
https://github.com/wrale/eol-bootstrap
Last synced: 2 months ago
JSON representation
Bootstrap implementation of EOL (Ergonomically Optimized Language) - a modern programming language designed for typing ergonomics and developer comfort. This repository contains the Rust-based initial compiler implementation, following a three-phase approach toward a self-hosting compiler.
- Host: GitHub
- URL: https://github.com/wrale/eol-bootstrap
- Owner: wrale
- License: apache-2.0
- Created: 2025-03-17T03:10:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T04:21:07.000Z (3 months ago)
- Last Synced: 2025-03-17T04:26:35.069Z (3 months ago)
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eol-bootstrap
Bootstrap implementation of EOL (Ergonomically Optimized Language) - a modern programming language designed for typing ergonomics and developer comfort. This repository contains the Rust-based initial compiler implementation, following a three-phase approach toward a self-hosting compiler.