https://github.com/uynilo9/bento
🍱 - The Bento programming language
https://github.com/uynilo9/bento
bento go golang language programming-language
Last synced: 10 months ago
JSON representation
🍱 - The Bento programming language
- Host: GitHub
- URL: https://github.com/uynilo9/bento
- Owner: uynilo9
- License: apache-2.0
- Created: 2024-05-24T14:55:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T12:11:13.000Z (over 1 year ago)
- Last Synced: 2025-01-26T19:17:54.682Z (about 1 year ago)
- Topics: bento, go, golang, language, programming-language
- Language: Go
- Homepage: https://uynilo9.is-a.dev
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# 🍱 - The Bento Programming Language
## ✨ Intro
A simple programming language written in Go, and I'm lazy to implement this project btw.
## 🚀 Quickstart
1. Clone the repo to local:
```bash
git clone https://github.com/uynilo9/bento.git
```
2. Build the entire program:
```bash
make build
```
3. Run the Bento CLI to get started:
```bash
./bin/bento
```
## 📜 License
Apache License 2.0