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

@ -6,13 +6,10 @@ Deprecated Code
This is code that is going to be phased out "soon", and therefore is not
worth fixing or documenting.
- Arguments.{h,cpp}
- Expression.{h,cpp}
- Variant.{h,cpp}
- Location.{h,cpp}
- TDB.{h,cpp}
- Att.{h,cpp}
- Lexer.{h,cpp}
New Code Needs
This is code that needs to be written, usually down at the C++ function level.