Skip to content

Commit 91c85a1

Browse files
committed
Fix README explanation
1 parent e9a8a24 commit 91c85a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ It is made from scratch and can compile itself.
1111

1212
It depends only on `as` as an assembler and `ld` as a linker.
1313

14-
It is composed of only a fiew files.
14+
It is composed of only a few files.
1515

1616
* main.go - the main compiler
17-
* runtime.s - low level of runtime
17+
* parser.go - parser
18+
* scanner.go - scanner(or lexer)
1819
* src/ - internal packages
1920
* lib/ - libraries
2021

0 commit comments

Comments
 (0)