Jeff's Euphoria Interpreter

This is my Euphoria interpreter, written in C++. I am writing it mostly to interpret Euphoria for EuOS, but it can be used for just a general Euphoria interpreter as well. At the moment, all that is implemented is standard Euphoria types (sequence, integer, and atom). So here is the source and the program, though it doesn't do much yet.

Source and compiled program

Now tests my sequences against Euphoria (demo\bench\sequence.ex). Not completed yet (Euphoria beats down this program.)