aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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