Added programming language fundamentals code. More to come.

This commit is contained in:
2018-01-06 23:10:08 -08:00
parent 51b0102711
commit 7b18f6a807
13 changed files with 1248 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head><title>MiniLogo Semantics Viewer</title></head>
<body>
<svg width='100%' viewBox='0 0 820 420'>
<rect x='7' y='7' width='806' height='405' style='fill:none;stroke:black;stroke-width:2'/>
<polyline points='80,380 100,380 100,360 80,360 80,380' style='fill:white;stroke:red;stroke-width:2'/>
<polyline points='70,350 110,320' style='fill:white;stroke:red;stroke-width:2'/>
<polyline points='70,320 110,350' style='fill:white;stroke:red;stroke-width:2'/>
<polyline points='30,370 30,360 40,360 40,350 50,350 50,340 60,340' style='fill:white;stroke:red;stroke-width:2'/>
</svg>
</body>
</html>