Repository of BNF Grammars?

后端 未结 5 1854
广开言路
广开言路 2020-12-04 16:16

Is there a place I can find Backus–Naur Form or BNF grammars for popular languages? Whenever I do a search I don\'t turn up much, but I figure they must be published somewh

5条回答
  •  抹茶落季
    2020-12-04 16:28

    FWIW, the MySQL grammar file (mysql-server/sql/sql_yacc.y) is open source and browseable at launchpad.net (though it's a bit slow and I got an error when I tried to pull up the specific file).

    Also, a snapshot of the whole MySQL Server source is downloadable from dev.mysql.com.

提交回复
热议问题