sgzwiz / brython

Automatically exported from code.google.com/p/brython
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

semi-colon not recognized as valid #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Type a=3;   at the console.  

What is the expected output? What do you see instead?
This is valid code in Python.  However, the following error is raised:
unknown token [;]
module '__main__' line 1
a = 3;
<done in 0 ms>

What version of the product are you using? On what operating system?
From the Brython console at http://brython.info/tests/console_fr.html

Please provide any additional information below.

Original issue reported on code.google.com by andre.ro...@gmail.com on 23 Jan 2013 at 2:21

GoogleCodeExporter commented 9 years ago

Original comment by pierre.q...@gmail.com on 26 Jan 2013 at 6:25