From c7647f35ebc429c33e173df740b276538f787be5 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 16 Apr 2022 13:01:10 -0400 Subject: [PATCH] fix: add link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 866f86b..d4cd780 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ ![](imgs/simple-rick.jpg) -"Simple Squiggle" is a simple parser that manipulates multiplications and divisions between numbers and lognormal distributions. It uses an extremely restricted subset of Squiggle's syntax, and unlike it, the underlying code is not easily extensible. It may be useful for testing correctness of limited features of the full Squiggle. +"Simple Squiggle" is a simple parser that manipulates multiplications and divisions between numbers and lognormal distributions. It uses an extremely restricted subset of [Squiggle](https://github.com/quantified-uncertainty/squiggle)'s syntax, and unlike it, the underlying code is not easily extensible. + +It may be useful for testing correctness of limited features of the full Squiggle, or for sanity-checking the validity of some Squiggle models. ![](imgs/simple-squiggle.png)