Skip to content
Snippets Groups Projects
Commit 9b6214b2 authored by lang0909's avatar lang0909
Browse files

Update README.md

parent 16311ffe
No related branches found
No related tags found
No related merge requests found
# Interpreter # Interpreter
## 개요 ## 개요
flex와 bison을 이용한 interpreter를 개발한다. 인터프리터는 두 단계로 실행 된다.
- 1단계 : 단위(문장)별로 코드를 syntax tree로 변경
- 2단계 : syntax tree를 이용하여 실행한 후 그 결과를 출력
## 사용된 환경 & version ## 사용된 환경 & version
- Ubuntu 18.04.1 LTS (64bit) - Ubuntu 18.04.1 LTS (64bit)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment