Naive simple identifier parsing
Created by: ecoulson
Summary
Simple identifier parsing assumes that all the tokens in the input stream are valid and follow the BNF form for a simple identifier.
Testing
The naive implementation is tested via a unit test in the module.