From 1c7e6e47f7e0837e9be6c78ad2a13638d7ba8b05 Mon Sep 17 00:00:00 2001 From: Stephen Cochrane Date: Thu, 7 May 2020 19:07:57 +0200 Subject: [PATCH] Fixed typos --- projects.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects.html b/projects.html index c35050e..d796c97 100644 --- a/projects.html +++ b/projects.html @@ -77,9 +77,9 @@ | | | * 2nd Year, 2nd Semester - Wrote a compiler for | | a pascal like language named ALAN standing for | -| Another LANguage, includes scanning, tokenizing | -| parsing, typechecking, codegen (to the jvm using | -| jasmin for the jvm) the compiler was written in C. | +| Another LANguage, includes scanning, parsing, | +| typechecking, codegen (to the jvm using | +| jasmin) the compiler was written in C. | | | | * 2nd Year, 2nd Semester - Brainfuck Intepreter, | | written in x86 Assembly. |