Skip to content

Naive simple identifier parsing

thebirdsdontsing requested to merge feat/parse-simple-identifier into main

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.

Merge request reports