Moved the input stream, together with line/column info, into its own class, which allowed some other stuff just to pass the stream, and not have to be a member of Scanner.

This commit is contained in:
beder
2008-06-29 06:32:13 +00:00
parent 8dfb5c0ea8
commit 6efc5614ec
13 changed files with 162 additions and 142 deletions

View File

@@ -217,6 +217,10 @@
RelativePath=".\simplekey.cpp"
>
</File>
<File
RelativePath=".\stream.cpp"
>
</File>
</Filter>
<Filter
Name="Header Files"
@@ -271,6 +275,10 @@
RelativePath=".\sequence.h"
>
</File>
<File
RelativePath=".\stream.h"
>
</File>
<File
RelativePath=".\token.h"
>