Skip to content

Commit

Permalink
[ko]: add index.md for web/glossary/parser (#16194)
Browse files Browse the repository at this point in the history
[add]: add index.md for web/glossary/parser
  • Loading branch information
IMHOJEONG authored Oct 10, 2023
1 parent 398db51 commit 3dd0644
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions files/ko/glossary/parser/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: 구문분석기 (Parser)
slug: Glossary/Parser
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**구문분석기(Parser)** 는 소스 코드 파일을 {{glossary("parse","구문분석")}}하는 컴파일러 또는 인터프리터의 모듈입니다.

보다 일반적으로, 텍스트를 구문 분석하고 해당 내용을 다른 표현으로 변환하는 소프트웨어입니다.

## 같이 보기

- 위키백과의 [Parser](https://en.wikipedia.org/wiki/Parsing#Parser)

0 comments on commit 3dd0644

Please sign in to comment.