Comment on Strategies for Fast LexersparentComments−adev_1yEven the lexing is not strictly linear.Good luck to naively differentiate if '>' is effectively a chevron operator or a shift operator '>>' in a random nested template expression like : 'set<vector<int>>'.
Comments
Even the lexing is not strictly linear.
Good luck to naively differentiate if '>' is effectively a chevron operator or a shift operator '>>' in a random nested template expression like : 'set<vector<int>>'.