Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overly permissive parsing #111

Open
GoogleCodeExporter opened this issue Apr 23, 2015 · 0 comments
Open

Overly permissive parsing #111

GoogleCodeExporter opened this issue Apr 23, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

There are many syntax cornercases where the parser could report a syntax error 
but currently doesn't.

012     <- invalid leading digit(s)

12x     <- concatenated symbol

( . 12) <- empty improper list

12.     <- empty decimal places

12..    <- accepted at toplevel only. why?

#\spaceout <- valid char + trailing data 

#twice  <- boolean + trailing data

and probably more

Original issue reported on code.google.com by aohelin on 4 Jan 2012 at 7:59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant