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

Update README.md

parent cd4ee101
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ gcc lex.yy.c -lf -lfl ...@@ -19,7 +19,7 @@ gcc lex.yy.c -lf -lfl
``` ```
## 기능 설명 #### 기능 설명
### TOKEN 종류 ### TOKEN 종류
1.Keywords 1.Keywords
...@@ -52,11 +52,11 @@ gcc lex.yy.c -lf -lfl ...@@ -52,11 +52,11 @@ gcc lex.yy.c -lf -lfl
6.Operators 6.Operators
- + - * / - '+' '-' '*' '/'
- = - '='
- > >= < <= == != - '>' '>=' '<' '<=' '==' '!='
7.기타 특수 문자들 7.기타 특수 문자들
...@@ -82,11 +82,9 @@ int f ( int a, double b) ...@@ -82,11 +82,9 @@ int f ( int a, double b)
} }
int sum ; sum print ( ; int sum ; sum print ( ; **실제 문장구조는 체크하지 않으므로 실제 문법과 달라도 상관없음**
**실제 문장구조는 체크하지 않으므로 실제 문법과 달라도 상관없음** ### 출력예시
## 출력예시
- 1. 토큰들의 리스트 (token 옆에 lexeme을 함께 출력할 것) - 1. 토큰들의 리스트 (token 옆에 lexeme을 함께 출력할 것)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment