cbuschka / beanshell2

Automatically exported from code.google.com/p/beanshell2
0 stars 0 forks source link

Parser Error for binary number #95

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.When Number is entered in binary format eg: int anInt = 0b101;
2.
3.

What is the expected output? What do you see instead?
// Error: Parser Error: Parse error at line 1, column 121.  Encountered: b101

What version of the product are you using? On what operating system?
2.1.7 

Please provide any additional information below.

Original issue reported on code.google.com by himesh.s...@gmail.com on 10 Jan 2014 at 2:50

Attachments: