Open inexorabletash opened 8 years ago
This works:
print "abc ; comment
but this does not:
print "abc;comment
...since the word token includes comments. Need to revamp the parser.
This works:
but this does not:
...since the word token includes comments. Need to revamp the parser.