There are some links from [w:BNF#Language Grammers][1].

  - [BNF Grammars for SQL-92, SQL-99 and SQL-2003][2]

I also found a [page][3] that lists grammars for Objective C.

  - [Objective-C grammar for Lex/Yacc Flex/Bison][4]


  [1]: http://en.wikipedia.org/wiki/Backus-Naur_form#Language_Grammers
  [2]: http://savage.net.au/SQL/index.html
  [3]: http://www.cocoadev.com/index.pl?TheMethodDefinitionAndTheSemicolon
  [4]: http://www.wodeveloper.com/omniLists/macosx-dev/2001/March/msg00807.html