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} "]" - ::= "{"