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
Add support for the common comment syntax // for single line comments and /* */ for multi-line comments.
Comments should NOT be retained in the expression AST.
The text was updated successfully, but these errors were encountered:
Add support for the common comment syntax
//
for single line comments and/* */
for multi-line comments.Comments should NOT be retained in the expression AST.
The text was updated successfully, but these errors were encountered: