Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
spekulatius authored Nov 13, 2020
1 parent d0def55 commit ca1cda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ It depends only on GNU Assembler and GNU ld.

I made this almost without reading the original Go compiler.

`minigo` inherits most of its design from the followings.
`minigo` inherits most of its design from the following:

* 8cc (https://github.com/rui314/8cc)
* 8cc.go (https://github.com/DQNEO/8cc.go)

There are several steps in the compilation proccess.
There are several steps in the compilation process.

[go source] -> byte_stream.go -> [byte stream] -> token.go -> [token stream] -> parser.go -> [AST] -> gen.go -> [assembly code]

Expand Down

0 comments on commit ca1cda3

Please sign in to comment.