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
creates a multiline word on the second to last line, which is said explicitly will not happen here:
A word can also be any sequence of ASCII characters beginning with [, and ending at the next ]. The word itself does not include the surrounding [ and ] characters. You can assume that such a sequence will never span a line-break.
Edit: Moved to public repo
The text was updated successfully, but these errors were encountered:
You can assume that the words I am looking for do not have line breaks. The word-like sequence on the penultimate line contains a line break, therefore it is not a word, and your lexer should not recognise it as such.
I was wondering if there was any news on how the test 'a09.txt' is being handled for lab 1? The test:
creates a multiline word on the second to last line, which is said explicitly will not happen here:
Edit: Moved to public repo
The text was updated successfully, but these errors were encountered: