https://arzg.github.io/lang
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://arzg.github.io/lang
- Owner: lunacookies
- Created: 2021-11-27T12:59:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T08:00:05.000Z (over 1 year ago)
- Last Synced: 2025-02-04T18:46:35.158Z (17 days ago)
- Language: SCSS
- Size: 2.84 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-computer-science-websites - Make a Language with Rust
README
# [Make A Language](https://lunacookies.github.io/lang)
A series of blog posts that walk you through making a programming language, Eldiro, using Rust.
- this repo: source code for the website. If you’re interested, take a peek in the [`gh-pages` branch](https://github.com/lunacookies/lang/tree/gh-pages) and [deploy workflow](https://github.com/lunacookies/lang/blob/master/.github/workflows/deploy.yaml) for details!
- [https://lunacookies.github.io/lang](https://lunacookies.github.io/lang): live version of the site.
- [lunacookies/eldiro](https://github.com/lunacookies/eldiro): an implementation of Eldiro so far to help you follow along. Each part [is tagged](https://github.com/lunacookies/eldiro/tags).