Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 922 Bytes

File metadata and controls

18 lines (10 loc) · 922 Bytes

phlox

Build Status

The Halcyon Phlox VM and LSL compiler

Contained within is a compiler for the Linden Scripting Language and a corresponding virtual machine that can run the compiled code.

ANTLR3 grammar files are included.

This source code can be used to execute LSL code, or to create tools that operate on LSL source code facilitating features like code completion or refactoring.

Compiling

Simply open the solution file under CompilerRunner in Visual Studio 2017 or a recent version of MonoDevelop and build. The resulting binaries will be located in the bin folder that will be produced as a result.