Skip to content

Commit

Permalink
Add hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
marciok authored Nov 9, 2016
1 parent be2fd7b commit 9809782
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Mu is a minimal language, that is consisted by a postfix operator, a binary oper
`(s 2 4)` or `(s (s 4 5) 4)` or `(s (s 4 5) (s 3 2))`...

## The Steps:
* Lexer
* Parser
* Interpreter
* [Lexer](#lexer)
* [Parser](#parser)
* [Interpreter](#interpreter)

![Alt text](https://raw.githubusercontent.com/marciok/Mu/master/WriteYourLanguage.playground/Pages/Intro.xcplaygroundpage/Resources/flow.png)

Expand Down

0 comments on commit 9809782

Please sign in to comment.