From 8f1ee4882940c018b8baad8861d96a53468f4caa Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 20 Jan 2024 17:05:22 -0700 Subject: [PATCH] update godel link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ff6c59..3009945 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ certainly my most complex side project. ![closure](https://git.simponic.xyz/simponic/.profile/raw/branch/main/img/godel-explorer.png) -[godel-explorer](https://static.simponic.xyz/godel-explorer) is a compiler from the Lambda Calculus-inspired L Programming Language to JavaScript and [Godel numbers](https://plato.stanford.edu/entries/goedel-incompleteness/sup1.html) using the amazingly simple [PEG](https://github.com/pegjs/pegjs) parser generator. +[godel-explorer](https://static.simponic.xyz/godel/) is a compiler from the Lambda Calculus-inspired L Programming Language to JavaScript and [Godel numbers](https://plato.stanford.edu/entries/goedel-incompleteness/sup1.html) using the amazingly simple [PEG](https://github.com/pegjs/pegjs) parser generator. ## turing machine visualizer