skeet70 / pascal-compiler

A project Pascal compiler written in Haskell.
5 stars 1 forks source link

Scanner guard for symbols/string literal and anything else #24

Closed skeet70 closed 11 years ago

skeet70 commented 11 years ago

I need to add to the getToken set of guards a handler for symbols and string literals. This will coincide with the next issue for James, to make sure they connect on the other side with a symbolHandler that handles all the different symbols. String literal FSA will be called directly from getToken.

skeet70 commented 11 years ago

Added all cases, and calls to James string literal and other FSA's, in ccae55f4906692f1dc89310a75b873117fd59a2b