From 91c85a119f3ae0719b528fa9007eab5d42b5d4a6 Mon Sep 17 00:00:00 2001 From: DQNEO Date: Mon, 13 Sep 2021 23:15:58 +0900 Subject: [PATCH] Fix README explanation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e54f0334..340355f5 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,11 @@ It is made from scratch and can compile itself. It depends only on `as` as an assembler and `ld` as a linker. -It is composed of only a fiew files. +It is composed of only a few files. * main.go - the main compiler -* runtime.s - low level of runtime +* parser.go - parser +* scanner.go - scanner(or lexer) * src/ - internal packages * lib/ - libraries