alysondeives / GLCompiler

A compiler for the GL programming language. GL is a script language for graphical animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLCompiler

A compiler for the GL programming language written in C++. GL is a script language for graphical animation

To compile a gl file: GLCompiler.exe file.gl [-opt] The -opt parameter optimizes the binary output file by doing a peephole optimization

To execute a gl binary file: GCX file.exe

About

A compiler for the GL programming language. GL is a script language for graphical animation


Languages

Language:C++ 91.4%Language:Assembly 8.6%