v0.1.0-alpha

Installation

ErikrafT is currently in Alpha. Installation is via the CLI tool.

Prerequisites

  • Python 3.8+ (for the prototype CLI)
  • LLVM 15+ (for native compilation)

Install using cURL

curl -fsSL https://lang.erikraft.com/install.sh | sh

Manual Installation

Clone the repository and add the cli/ directory to your PATH.

git clone https://github.com/erikraft/ErikrafT-Language.git
export PATH="$PATH:$(pwd)/ErikrafT-Language/cli"