Closed hanyuone closed 8 years ago
I don't really understand what the get function does. @somebody1234, can you explain?
get
It reads the grammar and returns (tokens, length of code) if they match, else (None, 0) if they don't.
(tokens, length of code)
(None, 0)
It should probably be renamed to getTokens
getTokens
I don't really understand what the
get
function does. @somebody1234, can you explain?