Continued working on scanner.

We're now using exceptions for errors, and scanning/pushing tokens is exception-safe (using a set of "limbo tokens").
This commit is contained in:
Jesse Beder
2008-06-26 19:30:11 +00:00
parent 8ae7b48188
commit a3961d047f
6 changed files with 461 additions and 16 deletions

View File

@@ -211,6 +211,10 @@
RelativePath=".\document.h"
>
</File>
<File
RelativePath=".\exceptions.h"
>
</File>
<File
RelativePath=".\map.h"
>