Kayon-Marie / SMPL_Interpreter

1 stars 2 forks source link

06 chars strings #27

Closed Kayon-Marie closed 4 years ago

Kayon-Marie commented 4 years ago

Have a bug issue. unicode is suppose to only be 4 characters after #u. However, whether it is an interger or a character after the 4th character it's still parsed. Eg. #u00611 parses the one as an integere token and #u0061a parses the a as an unbound variable.

Please not that my branch is many commits behind master and I believe that might be the reason why it behaves like this because it lacks the fixes to master that have been done.