https://github.com/grandmoff100/blueberrylang
A static language written with RPython
https://github.com/grandmoff100/blueberrylang
Last synced: 8 months ago
JSON representation
A static language written with RPython
- Host: GitHub
- URL: https://github.com/grandmoff100/blueberrylang
- Owner: GrandMoff100
- Created: 2021-11-12T13:42:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-20T20:56:05.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T12:15:30.287Z (9 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Blueberry
Welcome to a berry cool language!
Blueberry is a static typed language written in RPython and compiled with PyPy.
# Running a script
Right now as this project is in extreme pre-alpha
you can use the command
```bash
$ pypy3 -m blueberry
```
Where you replace `` with the path to the .berry file you want to run.