[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DDTSS レビュー jlex
- From: Takuma Yamada <tyamada@xxxxxxxxxxxxxxxx>
- Subject: DDTSS レビュー jlex
- Date: Wed, 3 Jun 2009 00:17:57 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Qi2Jtg2p3Y5d34I1Dh9HL7xJqviHWdOfMdyT5uKhh3Q=; b=aHdlY34owXcp+UUcqJDk9SwEuspT18Eit4xwZn5RRBO0KZKNJmiJuz0DZUhZaKJ4Wk gM6inpGJaEyctpdKWC2xHshOO6c/UNjRxZZaX+Ewc06kN5wbgDnrekpYFMWHwrjtqHO5 V6WtxRzEVypLl/XHCd5DtM72UtTqznyyHVF7s=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=XfDSsFvfiNe95nKhVTcSG7Rb0LlytMsrJi4LKPPMXPRq6H9+nAOmqjPm+GhEvlw8Ha 63T9JONB66qL+3033Mr2veincOg2hqJJz7E0mdr26+5UJYcwurVA1/JGHJzD+COnGG3+ tH/FPSRWXP2itfTFJqw+0atkg88Gaq539Bl8Y=
- List-help: <mailto:debian-doc-ctl@debian.or.jp?body=help>
- List-id: debian-doc.debian.or.jp
- List-owner: <mailto:debian-doc-admin@debian.or.jp>
- List-post: <mailto:debian-doc@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-doc-ctl@debian.or.jp?body=unsubscribe>
- X-google-sender-auth: 261631e5c802c4c3
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-doc-ctl@debian.or.jp; help=<mailto:debian-doc-ctl@debian.or.jp?body=help>
- X-ml-name: debian-doc
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-sender: takuma.yamada22@xxxxxxxxx
- X-spam-checker-version: SpamAssassin 3.1.7-deb3 (2006-10-05) on osdn.debian.or.jp
- X-spam-level:
- X-spam-status: No, score=-0.8 required=10.0 tests=GAPPY_SUBJECT,KI autolearn=disabled version=3.1.7-deb3
- Message-id: <6fcf892d0906020817l2fb07db2x1dcd586d589d4c98@xxxxxxxxxxxxxx>
- X-mail-count: 06209
やまだです。
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/