eokas

April 7, 2023 ยท View on GitHub

Eokas is an open source programming language that is similar to C++ but makes it easy to build simple, reliable, and efficient software.

Build

Prerequsites

  • C++ Compilers which support C++20 standard.
  • CMake 3.20.x or later.

System Environment Variables

ENVCommentReference
LLVM_SDK_PATHLLVM root pathhttps://llvm.org

Build Steps

  • On Linux and macOS, please execute build.sh in terminal.
./build.sh
  • On Windows, please execute the bat script in command line.
./build.bat

CLIs of eokas

# Run eokas source file in JIT engine.
eokas run --file test.eokas

# Compile eokas source file to object
eokas compile --file test.eokas

License

MIT license

Reference