Created
August 1, 2015 10:36
-
-
Save furandon-pig/49e4522d25ea798d32aa to your computer and use it in GitHub Desktop.
まんがタイムシリーズのBNF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* まんがタイムシリーズのBNFです。 | |
* 以下のURLでBNF→構文図式に変換します。 | |
* http://bottlecaps.de/rr/ui | |
* | |
* マルチバイト文字を含む要素では横幅が正しく計算されないようなので、 | |
* 空白を含めることで対応しています。 | |
* (入力文字と同じ数の空白を入れるとちょうど良さそうです) | |
*/ | |
まんがタイムシリーズ | |
::= 'まんが ' ( 'ホーム ' | 'タイム ' ( 'ジャンボ ' | 'ファミリー ' | 'スペシャル ' | 'オリジナル ' | 'きらら ' ( | 'MAX' | 'キャラット ' | 'フォワード ' | 'ミラク ' ) ) ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment