source-academy / py-slang

Python sublanguage for SICP
Apache License 2.0
0 stars 0 forks source link

Fix issue #8 #16

Closed JJtan2002 closed 6 months ago

JJtan2002 commented 6 months ago

Added support for triple-quoted multi-line strings with double and single quotes. Fixed a bug where statements consisting of a single string gives syntax error unexpectedly.