From f7bd440958c57b5237342603a833c92247e2a8f2 Mon Sep 17 00:00:00 2001
From: pmetras
Date: Fri, 23 Apr 2021 03:39:43 -0400
Subject: [PATCH] Added web site to Nim0 (#1880)
---
packages.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/packages.json b/packages.json
index 85d1d90..fd433a2 100644
--- a/packages.json
+++ b/packages.json
@@ -18,7 +18,8 @@
],
"description": "Nim0 is a toy one-pass compiler for a limited subset of the Nim language, targetting a 32-bit RISC CPU. Compiled Nim0 programs can be executed in the RISC emulator. All this in 5 heavily-documented sources, totalling less than 4k LOC. It is a port of Niklaus Wirth's Oberon-0 compiler as described in his book Compiler construction (included in the package), cross-referenced in the sources, that you can follow while reading the book.",
"license": "MIT",
- "web": "https://gitlab.com/pmetras/nim0"
+ "web": "https://pmetras.gitlab.io/nim0",
+ "doc": "https://gitlab.com/pmetras/nim0"
},
{
"name": "libsaedea",