Home

Awesome

eokas

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

System Environment Variables

ENVCommentReference
LLVM_SDK_PATHLLVM root pathhttps://llvm.org

Build Steps

./build.sh
./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

<!-- ## Acknowledgements [JetBrains](https://jb.gg/OpenSource) -->