Fix semicolon parsing logic within comments in SICP's sqlite_shell.py
SICP 的 sqlite_shell.py 非常神奇的无法处理 /* */ 中的 ;,会产生报错:
sqlite> /*;*/;
near "*": syntax error
sqlite_shell.pySICP 的 sqlite_shell.py 非常神奇的无法处理 /* */ 中的 ;,会产生报错:
sqlite> /*;*/;
near "*": syntax error
An archive of MIT 18.01SC Single Variable Calculus Fall 2010 with organized notes, problem sets and exams.