aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-03-10 23:29:55 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-03-10 23:29:55 +0000
commit3955c06028cb5b33aca6794cda9b22dd327100e1 (patch)
tree0816bf1756ee3a373b9d8154f74e56975cabcb25
parentcd5ea3e038308bb1955b19beaaa93c214496a821 (diff)
downloadCompiler-3955c06028cb5b33aca6794cda9b22dd327100e1.tar.gz
Compiler-3955c06028cb5b33aca6794cda9b22dd327100e1.zip
Adding more links
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b51a3af..e3baff2 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@
The project is structured in three directories.
-- `c_compiler` contains the main compiler, together with the final parser and lexer.
-- `c_parser` contains the first parser that was written and covered a very simple c-like syntax.
-- `c_lexer` contains the first lexer for the C syntax.
+- [`c_compiler`](/c_compiler) contains the main compiler, together with the final parser and lexer.
+- [`c_parser`](/c_parser) contains the first parser that was written and covered a very simple c-like syntax.
+- [`c_lexer`](/c_lexer) contains the first lexer for the C syntax.
## Usage