Code Cleanup

- Eliminated Lexer.
This commit is contained in:
Paul Beckingham
2011-07-26 00:37:49 -04:00
parent 0c08b29e48
commit 9bf1ec2f7c
8 changed files with 5 additions and 989 deletions

View File

@@ -47,7 +47,7 @@ int main (int argc, char** argv)
try
{
// Prime the pump.
context.args.capture ("task");
context.a3.capture ("task");
// TODO dom.get rc.name
DOM dom;