Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunacookies/lang
https://github.com/lunacookies/lang
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lunacookies/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: 2024-10-22T18:25:25.951Z (2 months ago)
- Language: SCSS
- Size: 2.84 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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).