source-academy / py-slang

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

Added support for binary operators, unary operators and math library #18

Closed JJtan2002 closed 3 months ago

JJtan2002 commented 3 months ago

Added support for binary operators, unary operators and math library Fixed a bug where a statement consisting of a unary operator number throws an error unexpectedly