Fixed typos
This commit is contained in:
parent
5f49ec908b
commit
1c7e6e47f7
|
@ -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. |
|
||||
|
|
Loading…
Reference in New Issue