metawilm / cl-python

An implementation of Python in Common Lisp
http://common-lisp.net/project/clpython/
Other
368 stars 34 forks source link

Empty triple quote parse error #27

Closed Devon7 closed 2 years ago

Devon7 commented 2 years ago

(clpython:run "len(\"\"\"\"\"\")");; ERROR Lex-substring: start=7 which is not <= end=6

metawilm commented 2 years ago

Thanks! Fixed in 66eb75ed.