source-academy / py-slang

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

Added support for multi-line strings, fix bug where statements consisting of a single string throws syntax error. #17

Closed JJtan2002 closed 3 months ago

JJtan2002 commented 3 months ago
Fidget-Spinner commented 3 months ago

@JJtan2002 you shouldnt make a pull request to merge into feature branches. You can either run

git merge origin/main

or

git pull origin main

To merge main in