|
|
Janino
by Arno Unkrig
Janino is a compiler that reads a Java expression, block, or source file, and generates Java bytecode that is loaded and executed directly. It is not intended to be a development tool, but an embedded compiler for run-time compilation purposes, such as expression evaluators or "server pages" engines like JSP.
java compiler embedded expression evaluation script scripting jvm virtual machine bytecode run-time compilation jsp server pages
|
|
|
Small
by ITB CompuPhase
A quick and little scripting language, specifically designed to extend applications. Features include a small footprint, quick execution of the P-code and a good interface to "native" functions. These features make Small a good scripting language for games, multimedia applications and embedded software (for which scripting is needed). Optimized P-code ("bytecode") interpreter in assembler (Windows & Linux). Full source is included.
small scripting language virtual machine abstract machine bytecode compiler p-code quick little scripting language designed extend applications source
|
|
|
Pawn
by ITB CompuPhase
An embedded scripting language, specifically designed to extend applications. Features include a small footprint, quick execution of the P-code and a good interface to "native" functions. These features make Pawn a good scripting language for games, multimedia applications and embedded software. Optimized P-code ("bytecode") interpreter in assembler and a JIT. Full source code is included. Pawn was formerly called the "Small" language.
pawn scripting language virtual machine abstract machine bytecode compiler p-code unicode embedding state machines automatons fsm
|