BNF语法库?
在哪里可以找到流行语言的Backus–Naur形式或BNF语法?每当我进行搜索时,我都不会发现太多,但是我认为它们必须在某个地方发布。我最感兴趣的是为Objective-
C甚至MySQL看到一个。
回答:
您必须搜索用于创建语法的工具:“ lex / yacc语法”,“ antlr语法”,“铁路图”
http://www.antlr3.org/grammar/list.html
这是一些语法文件
回答:
http://www.omnigroup.com/mailman/archive/macosx-dev/2001-March/022979.html
http://www.cilinder.be/docs/next/NeXTStep/3.3/nd/Concepts/ObjectiveC/B_Grammar/Grammar.htmld/index.html
https://github.com/pornel/objc2grammar
回答:
- http://www.python.org/dev/summary/2006-04-16_2006-04-30/#the-grammar-file-and-syntaxerrors
回答:
http://tomcopeland.blogs.com/EcmaScript.html
http://www.ccs.neu.edu/home/dherman/javascript/
回答:
- http://www.ruby-doc.org/docs/ruby-doc-bundle/Manual/man-1.4/yacc.html
以上是 BNF语法库? 的全部内容, 来源链接: utcz.com/qa/429566.html