Fix link to status in ludus-spec

This commit is contained in:
Scott Richmond 2022-04-03 22:09:51 -04:00
parent 8222e4119d
commit 54414ece03

View File

@ -7,4 +7,4 @@ A reference implementation of an interpreter for the Ludus programming language.
* Clone this repo. * Clone this repo.
* Have Clojure and Leiningen installed. * Have Clojure and Leiningen installed.
* `lein run {script}`, it runs your script in Ludus! * `lein run {script}`, it runs your script in Ludus!
* Ludus is very much a work in progress; see [the ludus-spec repo for progress notes](https://github.com/thinking-with-computers/ludus-spec). * Ludus is very much a work in progress; see [the ludus-spec repo for progress notes](https://github.com/thinking-with-computers/ludus-spec/blob/main/todo.md).