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 http://www.cilinder.be/docs/next/NeXTStep/3.3/nd/Concepts/ObjectiveC/B_Grammar/Grammar.htmld/index.html ------------------ python http://www.python.org/dev/summary/2006-04-16_2006-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