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
Currently, before we can lex the source code, we clean it by removing all text in between // and \n as well as /* and */ (inclusive). We need to add some additional functionality to ignore these substrings if they're contained within a string literal.
The text was updated successfully, but these errors were encountered:
Currently, before we can lex the source code, we clean it by removing all text in between
//
and\n
as well as/*
and*/
(inclusive). We need to add some additional functionality to ignore these substrings if they're contained within a string literal.The text was updated successfully, but these errors were encountered: