/Pomme

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Pomme

pomme

Scripting language for C++ application.

Target to be easily moddable and added to any application.

Used in a custom project for UE4.

Components

Lexer/Parser

Using javacc for generating the AST tree.

Compiler

Convert pomme file into bytecode.

Virtual Machine

Load bytecode produced by the compiler.

Can instantiate a new class directly from your host application.