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
S_parse_ident: Add ability to start parse in middle
S_scan_ident would like to call this function, already having looked at
the first character of an identifier, and deciding it is legal. It
wants this function to finish the scan.
This commit adds a flag to S_parse_ident to accommodate this.
0 commit comments