16
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

文法定義を図示する方法

Posted at

ABNF, ANTLR 3, Bison, GOLD, JavaCC, Jison, PEG.js で定義した文法を図示するには次の web ページを利用すると良い。
  http://bottlecaps.de/convert/

利用例:

javascript で四則演算数式を評価する例
で使った peg.js での計算式の文法定義
  http://homepage2.nifty.com/youichi_kato/src/pegjs/expression/arithmetics.pegjs

を図示したもの
  http://homepage2.nifty.com/youichi_kato/src/pegjs/expression/ebnf/aritmetics/index.html

参考:

Visualize LALR grammar

16
15
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?