aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/parser/index.html
blob: 05d90a2e6862b319f5a6a5f4ca6d56482eba8903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>