From d79e542ac6464289d266bd16f48b126859e4d1e4 Mon Sep 17 00:00:00 2001 From: Nicolas Abril Date: Sun, 16 Jun 2024 22:16:56 +0200 Subject: [PATCH] Add link to HVM syntax --- docs/syntax.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/syntax.md b/docs/syntax.md index 455158c3..03fd1fca 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -1187,6 +1187,7 @@ hvm link_ports: It's also possible to define functions using HVM syntax. This can be thought of as a way to write "HVM assembly" directly in a Bend program. +You can find the reference of this syntax in the [HVM paper](https://github.com/HigherOrderCO/HVM/blob/main/paper/PAPER.pdf). This is meant for writing things that would otherwise be hard or impossible to write in normal Bend syntax.