A multi-platform Atari 2600 Emulator
Go to file
urchlay c7cf7743e3 Beginnings of new parser stuff: a struct to represent a command, including
name, description, argument count & types, and a method pointer to
actually execute the command. Instance method pointers in C++ are even
more annoying that function pointers in C...

The actual parser (the run() and getArgs()) methods don't use the new
stuff, so the actual operation of the debugger is unchanged.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@561 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2005-06-25 06:27:01 +00:00
CVSROOT Add syncmail as a admin file to checkout. 2001-12-27 20:02:13 +00:00
stella Beginnings of new parser stuff: a struct to represent a command, including 2005-06-25 06:27:01 +00:00