robertoraggi / cplusplus

A compiler front end for the C++ language
https://robertoraggi.github.io/cplusplus/
MIT License
118 stars 11 forks source link

chore: Add TokIterator to iterate over internal tokens #360

Closed robertoraggi closed 1 month ago

robertoraggi commented 1 month ago

This is needed to remove direct access to the token linked list and to remove unnecessary token copying.