Skip to content

NiiRoZz/Pomme

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages