you have to search on tools used to create grammars: "lex/yacc grammar", "antlr grammar" "railroad diagram"
http://www.antlr.org/grammar/list
Here's some grammar files
objective-c
http://www.wodeveloper.com/omniLists/macosx-dev/2001/March/msg00807.html
python
http://www.python.org/dev/summary/2006-04-16%5F2006-04-30/#the-grammar-file-and-syntaxerrors
javascript
http://tomcopeland.blogs.com/EcmaScript.html
http://www.ccs.neu.edu/home/dherman/javascript/
ruby
http://www.ruby-doc.org/docs/ruby-doc-bundle/Manual/man-1.4/yacc.html
