GCI

GCI (Gnome C-Interpreter) is a new portable, extensible and fast
C language code interpreting stack machine powered by Glib
and CyberDisintegrator.

Read More

Projects

game-editor2

Game-Editor2

Official Project

The long awaited game development environment,
successor to Game-Editor,
powered by a highly optimized game engine
and created in GNOME flavor.

GCI Code Processor

A real-time code processing test unit, written in Lazarus. GCI is written in C and is powered by Glib and CyberDisintegrator, which is a huge specialized parsing library. The interpreter code processor is capable of parsing thousands of lines of source code in microseconds due to the O(n+n+n) complexity of the entire parsing pipeline. 3 stages of a linear scan, no regular expressions.

CyberDisintegrator