Skip to content

Commit

Permalink
Fix README explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
DQNEO committed Sep 13, 2021
1 parent e9a8a24 commit 91c85a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 91c85a1

Please sign in to comment.