richpl / PyBasic

Simple interactive BASIC interpreter written in Python
GNU General Public License v3.0
170 stars 46 forks source link

Prevent infinite loop with mismatched quotes in lexer.py #8

Closed JiFish closed 3 years ago

JiFish commented 3 years ago

Prevent infinite loop with mismatched quotes in lexer.py by throwing SyntaxError

richpl commented 3 years ago

Good spot, many thanks!