From 8627356984ba62a5076e9ef3721eaace7d470963 Mon Sep 17 00:00:00 2001 From: FranchuFranchu Date: Fri, 15 Mar 2024 09:38:23 -0300 Subject: [PATCH] Revert README changes. --- README.md | 411 ++++++++++++++++++++++++------------------------------ 1 file changed, 183 insertions(+), 228 deletions(-) diff --git a/README.md b/README.md index 0140c75a..e54ed457 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # HVM-Core: a parallel Interaction Combinator evaluator HVM-Core is a parallel evaluator for extended [Symmetric Interaction Combinators](https://www-lipn.univ-paris13.fr/~mazza/papers/CombSem-MSCS.pdf). @@ -9,7 +8,7 @@ optimal evaluation semantics and concurrent model of computation make it a great compile target for high-level languages seeking massive parallelism. HVM-Core will be used as the compile target for -[HVM](https://github.com/higherorderco/hvm1) on its upcoming update, available at [HVM-lang](https://github.com/higherorderco/hvm-lang) +[HVM](https://github.com/higherorderco/hvm) on its upcoming update. ## Usage @@ -79,18 +78,18 @@ HVM-Core's textual syntax represents interaction combinators via an AST: ``` ::= ::= "*" - ::= "(" {0-8} ")" - ::= "[" {0-8} "]" - ::= "{"