From 3955c06028cb5b33aca6794cda9b22dd327100e1 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 10 Mar 2018 23:29:55 +0000 Subject: Adding more links --- README.md | 6 +++--- 1 file 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 -- cgit