Interpreter - misaure/lispel GitHub Wiki
The main purpose of Lispel is to implement scripting support for C++ applications. But it is also possible to use it as a stand-alone interpreter to support easier development of scripts. This document gives a short overview of using the interpreter.
... TODO ...
@startuml
Interpreter o-- NodeFactory
@enduml