javalang
javalang copied to clipboard
Errors occurs when parsing 'i=0'
when I execute "list(javalang.tokenizer.tokenize('i=0'))", I got the error below:
Traceback (most recent call last):
File "
Perhaps in function 'read_integer_or_float' should add a condition when c_next is None?