a JITed Version of StoryScript generated using llvmlite.
StoryScript user may or may not know that: StoryScript is an Interpreted language. Which process in a REPL (Read-Evaluate-Print loop) loop.
So, And so, You may ask: "So what is this?"
This is basically a JIT compiler.
This is based on llvmlite. Which is a Wrapper for LLVM. llvmlite is also used in Numba to generate a high performance code.