Skip to content

paul-reilly/EasyEEL2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

EEL2 is the JIT compiled scripting language and implementation from Cockos Inc's WDL framework.

This EasyEEL2 library is for convenient inclusion and usage and doesn't intend to offer the flexibility of the underlying library.

To build library:

git clone --recurse-submodules https://github.com/paul-reilly/EasyEEL2.git
xmake

To build and run tests:

xmake b[uild] tests
xmake r[un] tests

Usage

git submodule add https://github.com/paul-reilly/EasyEEL2.git

xmake.lua

includes("submodule_directory")

target("myapp")
  ...
  add_deps("EasyEel2")
  ...

Note:

If you need to use CMake, we can generate a CMakeLists.txt file with:

xmake project -k cmake

About

Nifty C++ class to manage much niftier EEL2 JIT compiling VMs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published