--- a/bsc-projects-18.html Mon Sep 24 11:59:58 2018 +0100
+++ b/bsc-projects-18.html Mon Sep 24 12:01:36 2018 +0100
@@ -191,9 +191,13 @@
the parsing algorithm proposed in this paper and to try it out with some sample data.
</p>
+<p>
<B>Literature:</B> <A HREF="https://www.cl.cam.ac.uk/~jdy22/papers/a-typed-algebraic-approach-to-parsing.pdf">paper</A>
+</p>
+<p>
<B>Skills:</B> See [CU1].
+</p>
<li> <H4>[CU6] Webassembly Interpreter / Compiler</H4>
@@ -207,7 +211,9 @@
easily, unlike Java class files, which need some head-standing when you generate them.
</p>
-<A HREF="https://github.com/WebAssembly/spec/tree/master/interpreter">Reference Interpreter</A>
+<p>
+A <A HREF="https://github.com/WebAssembly/spec/tree/master/interpreter">reference interpreter</A> for webassembly.
+</p>
<li> <H4>[CU2] A Compiler for a small Programming Language</H4>