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

Update README.md

parent c29bac62
No related branches found
No related tags found
No related merge requests found
...@@ -87,35 +87,6 @@ int sum ; sum print ( ; **실제 문장구조는 체크하지 않으므로 실 ...@@ -87,35 +87,6 @@ int sum ; sum print ( ; **실제 문장구조는 체크하지 않으므로 실
### 출력예시 ### 출력예시
- 1. 토큰들의 리스트 (token 옆에 lexeme을 함께 출력할 것) - 1. 토큰들의 리스트 (token 옆에 lexeme을 함께 출력할 것)
- ![output_example1](output_example1.jpg)
TOKEN LEXEME
<INT, > int
<ID, 1> f
<LPAREN, > (
<INT, > int
<ID, 2> a
<COMMA, > ,
...
<PRINT, > print
<LPAREN, > (
<ID, 2> a
<COMMA, > ,
<ID, 3> b
<COMMA, > ,
...
- 2. 심볼테이블 및 스트링 테이블 - 2. 심볼테이블 및 스트링 테이블
- ![output_example2](output_example2.jpg)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment