diff options
Diffstat (limited to 'files/ja/glossary/parser')
-rw-r--r-- | files/ja/glossary/parser/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/ja/glossary/parser/index.html b/files/ja/glossary/parser/index.html new file mode 100644 index 0000000000..05d90a2e68 --- /dev/null +++ b/files/ja/glossary/parser/index.html @@ -0,0 +1,20 @@ +--- +title: Parser (パーサー) +slug: Glossary/Parser +tags: + - CodingScripting + - Glossary +translation_of: Glossary/Parser +--- +<p><strong>パーサー</strong>は、ソースコードファイルを{{glossary("parse","解析")}}するコンパイラまたはインタプリタのモジュールです。</p> + +<p>より一般的に言えば、テキストを解析して内容を別の表現に変換するソフトウェアです。</p> + +<h2 id="Learn_more" name="Learn_more">より詳しく知る</h2> + +<h3 id="General_knowledge" name="General_knowledge">一般知識</h3> + +<ul> + <li>Wikipedia 上の <a href="http://en.wikipedia.org/wiki/Parsing#Parser">Parser</a>(英語)</li> + <li>Wikipedia 上の {{Interwiki("wikipedia", "構文解析器")}}</li> +</ul> |