Skip to content

OHNONOTAMOTH/Ethereal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereal

Simple yet fast general-purpose programming language.

Build Lint Security

Documentation

Ethereal is a general-purpose programming language that is designed to be fast and simple. Heavly inspired by Monkey and written in Rust

Features

  • Includes a Standard Library
  • Comes with a REPL
  • Compiles to WASM (Experimental)

Want to contribute? Read the steps below on how to run ethereal on your local machine.

Prerequisites

Running Locally

  1. Clone the Repository
git clone https://github.com/Synthesized-Infinity/Ethereal
cd Ethereal
  1. Build the binary
cargo build --bin ethereal-bin
  1. Run the binary
./target/debug/ethereal-bin 

Community

Discord:

DISCORD

About

The Ethereal Programming Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.8%
  • Makefile 0.2%