ZIRCON
A small parser for object oriented programming in C.
Technologies used
................................................................................................................................................................................................
MAIN LANGUAGE
................................................................................................................................................................................................
GRAMMAR PARSER
................................................................................................................................................................................................
DATA STRUCTURES
Description
Zircon is the first of experiments on building a viable object
oriented system that is efficient in speed and memory. With
zircon I hoped to extend C's capabilities to inlude pure objects
much the same way Objective-C implements this today. The changes
are minimal, and are added using the yacc syntax tree itself. Much
knowledge was gained especially in how complicated grammars are set up.