Skip to content

charliegracie/EL

Repository files navigation

Welcome to EL!

EL is an educational language runtime and programming language! We’re using it to show people how to use Eclipse OMR to build their own language runtime with a Just in Time (JIT) Compiler!

Getting started

1. Requirements

To get started with EL you will need the following:

  • git
  • build-essential
  • cmake (Minimum version 3.2.0)

2. Clone the repository and get the submodules

git clone --recursive https://github.com/charliegracie/EL.git

3. Build EL

cd EL \
mkdir build \
&& cd build \
&& cmake .. \
&& make

About

Simple runtime for teaching VMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published