inexorabletash / jslogo

Logo in JavaScript
https://calormen.com/jslogo
Other
370 stars 148 forks source link

Format comments in codemirror #93

Open inexorabletash opened 8 years ago

inexorabletash commented 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.