← All projects

bbee-lang

by @hexxt-git

13

My Highlevel programming language built from scratch

About this project

Bare Bone Expression Evaluator (BBEE 🐝) an interpreted high level programming language built on typescript with 0 dependencies, made for educational purposes. Installation From source your best bet to get the latest version is always to clone source and run using bun through the following commands Releases page you can also find releases in the github repository here. these releases have no dependencies and can be ran on any computer usage after installation run the cli with the help option to list all possible actions. you should use interpret option to run a program file which should be noted by the .bbee file extension running from language source: running from installed Cli: Using the REPL for light testing and learning purposes it is great to use a REPL environment. which stands for Read Evaluate Print Repeat. there are also options you can check through the help command Learning to use the language and contributing the best way to do this is to jump into the source code and try running and altering some of the examples in the examples folder syntax

From the project README on GitHub

Stars
13
Forks
0
Last push
30 Jan 2025

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/bbee-lang.svg)](https://www.madeinalgeria.dev/projects/bbee-lang)

Related projects