Eschelle / Eschelle

The Eschelle programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eschelle - WIP

Example

To see an example look here.

Compiling

To compile Eschelle you need:

cmake, make, & 1 of (clang, gcc, vsc++)

Then cd into the repository directory and run the following:

mkdir build
(cd build && cmake .. && make)

After you build Eschelle you can run it with:

./Eschelle /path/to/esch/code

Example:

./Eschelle ../Example.esch

About

The Eschelle programming language

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%