Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 520 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 520 Bytes

Eucleia

C++ Build

General Information

Eucleia is a simple interpreted programming language inspired by C, C++, Python and Java.

Build Instructions

On Unix, Linux, macOS:

make

Test Instructions

On Unix, Linux, macOS:

make test

Using Eucleia

eucleia [file path]