update godel link

This commit is contained in:
Elizabeth Hunt 2024-01-20 17:05:22 -07:00
parent e2f270a3c6
commit 8f1ee48829
Signed by: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -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