removeToken method
Remove a token from the resulting source.
Implementation
CarvableAnalyzer removeToken(SyntacticEntity token) =>
this..carve(token.carving);
Remove a token from the resulting source.
CarvableAnalyzer removeToken(SyntacticEntity token) =>
this..carve(token.carving);