Split off the specific regular expressions, and the specialized token-scanning functions, into their own files.

This commit is contained in:
Jesse Beder
2008-06-27 19:13:03 +00:00
parent de29068110
commit 8fca02fb2a
5 changed files with 356 additions and 332 deletions

View File

@@ -197,6 +197,10 @@
RelativePath=".\scanner.cpp"
>
</File>
<File
RelativePath=".\scantoken.cpp"
>
</File>
<File
RelativePath=".\sequence.cpp"
>
@@ -219,6 +223,10 @@
RelativePath=".\exceptions.h"
>
</File>
<File
RelativePath=".\exp.h"
>
</File>
<File
RelativePath=".\map.h"
>