ezravergabera / Cocoon

Python-based programming language made for kids
5 stars 7 forks source link

comments tokens must not include the stop symbols in its value #59

Closed ezravergabera closed 10 months ago

ezravergabera commented 10 months ago

Example: ... hello world ...

The expected value of the comment token must be: " hello world " without the quotation marks