Python has a full grammar specification that lists all of the syntactical rules of Python in one page. Is there something like this for Java? Is there something like this for any other language? If not, what is the closest thing Java has to this?
Python has a full grammar specification that lists all of the syntactical rules of
Share
http://docs.oracle.com/javase/specs/jls/se7/html/jls-2.html
Here you go.
There are all the other specs here.