Fixed typos

This commit is contained in:
Stephen Cochrane 2020-05-07 19:07:57 +02:00
parent 5f49ec908b
commit 1c7e6e47f7
1 changed files with 3 additions and 3 deletions

View File

@ -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 |
| <a href=http://jasmin.sourceforge.net/>jasmin</a> for the jvm) the compiler was written in C. |
| Another LANguage, includes scanning, parsing, |
| typechecking, codegen (to the jvm using |
| <a href=http://jasmin.sourceforge.net/>jasmin</a>) the compiler was written in C. |
| |
| * 2nd Year, 2nd Semester - <a href=https://en.wikipedia.org/wiki/Brainfuck>Brainfuck Intepreter</a>, |
| written in x86 Assembly. |