all repos — min @ 3a0530559016543a1dbd3ea531d0127b267fa195

A small but practical concatenative programming language.

Modified contributor attribution link.
h3rald h3rald@h3rald.com
Sun, 29 Oct 2017 15:28:16 +0100
commit

3a0530559016543a1dbd3ea531d0127b267fa195

parent

196c12243110bdf0e63da94d610e080c70e14a95

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M Min_DeveloperGuide.htmMin_DeveloperGuide.htm

@@ -4513,7 +4513,7 @@

<a name="Who?"></a> <h3>Who?<a href="#document-top" title="Go to top"></a></h3> -<p>min was created and implemented by <a href="https://h3rald.com">Fabio Cevasco</a>, with contributions by <a href="https://github.com/PMunch">PMunch</a>.</p> +<p>min was created and implemented by <a href="https://h3rald.com">Fabio Cevasco</a>, with contributions by <a href="https://peterme.net">Peter Munch-Ellingsen</a>.</p> <a name="When?"></a> <h3>When?<a href="#document-top" title="Go to top"></a></h3>
M site/contents/_includes/_about.mdsite/contents/_includes/_about.md

@@ -29,7 +29,7 @@ min's parser started off as a fork of Nim's JSON parser -- adapted to process a concatenative programming language with less primitive types than JSON. It is interpreted in the traditional sense: no bytecode, no JIT, just plain read, parse and run.

## Who? -min was created and implemented by [Fabio Cevasco](https://h3rald.com), with contributions by [PMunch](https://github.com/PMunch). +min was created and implemented by [Fabio Cevasco](https://h3rald.com), with contributions by [Peter Munch-Ellingsen](https://peterme.net). ## When?