Skip to content

Commit 754a216

Browse files
committed
fix typo on README.md
1 parent 58eb06b commit 754a216

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,27 @@ It compiles **TTime Language** source code to [U-Code](http://pl.skuniv.ac.kr/Le
2626
### 1. `CodeGenerator.CodeGenerator`
2727
- code generator
2828
- It returns [U-Code](http://pl.skuniv.ac.kr/Lecture/Compiler/cdt-9/sld022.htm) file
29+
2930
#### Parameter
3031
1. source code full path
3132
2. result file full path
3233

3334
### 2. `Lexer.Lexer`
3435
- Just print tokens of given source code
36+
3537
#### Parameter
3638
1. source code full path
3739

3840
### 3. `Parser.Parser`
3941
- Print AST of given source code
42+
4043
#### Parameter
4144
1. source code full path
4245

4346

4447
### 4. `Semantic.TypeChecker`
4548
- Print AST if given source code is valid, or print error message
49+
4650
#### Parameter
4751
1. source code full path
4852

0 commit comments

Comments
 (0)