This section describes the internals of The Engine.
[icharsetcomp] charsetcomp -- Character set compiler (generates charset.c and charset.h from charset.txt during build process).
[itesthash] testhash -- Test program for hash tables.
[iprtasc] prtasc -- Prints ASCII character set to standard output (useful when creating font).
[idatabase] database -- Work in progress, currently unused
[ihash] hash -- Simple hash tables.
[iinterpreter] interpreter -- The BASIC interpreter.
[ilists] lists -- Simple doubly-linked lists.
[imain] main -- Main program.
[iopengl] opengl -- OpenGL support stuff.
[irand] rand -- Random number generation.
[isdlcli] sdlcli -- SDL client stuff.
[itextscreen] textscreen -- Text screen stuff.
[itimeutil] timeutil -- Time utility functions.
[ix11] x11 -- X11 utility functions.