# HG changeset patch
# User Christian Urban
# Date 1537786896 -3600
# Node ID 7f3b9ab6f71a88e071596ddfda010d6882181953
# Parent 72bc90a6df8c43c95363bd9ef3d9ed21925b3d22
updated
diff -r 72bc90a6df8c -r 7f3b9ab6f71a bsc-projects-18.html
--- 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.
+
Literature: paper
+
+
Skills: See [CU1].
+
[CU6] Webassembly Interpreter / Compiler
@@ -207,7 +211,9 @@
easily, unlike Java class files, which need some head-standing when you generate them.
-Reference Interpreter
+
+A reference interpreter for webassembly.
+
[CU2] A Compiler for a small Programming Language