From 28fa0037f0bcd66b0ba908b3198e49c2300a7f0f Mon Sep 17 00:00:00 2001 From: Lukas Pietzschmann Date: Sun, 20 Oct 2024 13:25:35 +0200 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d409d4..ea42d99 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Constrained Zig -Check out the code [here](https://github.com/LukasPietzschmann/zigchr). +For the talk I gave at Zigtoberfest 2024, I coded up a CHR embedding for Zig using the +FreeCHR framework. This repo contains the slides for the talk. If you're more interested +in the embedding, check it out [here](https://github.com/LukasPietzschmann/zigchr). ## Build it 1. You need to clone using the `--recursive` switch