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

This commit is contained in:
beder
2008-06-27 19:13:03 +00:00
parent aad36b8c47
commit 10c4a2687f
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"
>