You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each `Token` (should) be connected to a `TokenList`. `Tokenizer` just
encapsulates that so we have no need to check the `Tokenizer` but can
simply ask the `Token`.
Also if we have function calls we pass in a flag to tell it if it is
C/C++ we can get rid of that flag and simply ask the `Token`.
0 commit comments