[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DDTSS レビュー jlex



やまだです。

khibino さんと yy_y_ja_jp さんが修正した jlex をレビューしました。


jlex

Short description

原文: A Lex-style lexical analyser generator for Java
訳文: lex スタイルの Java 用字句解析器ジェネレータ

Long description

原文:
The JLex utility is a lexical analyser generator, modelled after the
popular UNIX "lex" utility.
.
JLex takes a specification file similar to that accepted by Lex,
then creates a Java source file for the corresponding lexical analyzer.

訳文:
JLex ユーティリティは字句解析器ジェネレータで、UNIX 用として人気の
高い "lex" ユーティリティをモデルとしています。
.
JLex は、lex 用のものに似た定義ファイルを使用し、対応した
字句解析器用の Java ソースファイルを作成します。


「作成します」は(字句解析器の場合には)「生成します」が使われるケースが
あるような気もしますが、ひとまずレビューを処理しました。


Log:

1242717953 fetched by khibino
1242717955 processed from todo
1242717991 updated text by khibino (ii)
1243110359 reviewed by tyamada
1243436039 updated text by yy_y_ja_jp (mm)
1243569151 change-comment-only by khibino
1243569178 reviewed by khibino
1243618721 reviewed by koedoyoshida

-- 
Takuma Yamada <tyamada@xxxxxxxxxxxxxxxx>
http://blog.livedoor.jp/tyamada22/