8000 GitHub - eokas/eokas-lang: Eokas is an open source programming language that is similar to C++ but makes it easy to build simple, reliable, and efficient software.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

License

Notifications You must be signed in to change notification settings

eokas/eokas-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

System Environment Variables

ENV Comment Reference
LLVM_SDK_PATH LLVM root path https://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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0