From fe848d6d0338256b7a14bfb0a6dda9246483db9e Mon Sep 17 00:00:00 2001 From: Will Speak Date: Sun, 10 Oct 2021 17:26:40 +0100 Subject: [PATCH] Update README Check off SDK support in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ddc006b..32313cbc 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ Feersum is in active development. Contributions are welcome. See This is a rough list of interesting features I'd like to implement in this project, and is by no means a guarantee or a strict roadmap. - * [ ] MSBUILD SDK support so `.scmproj` can be defined. - * [ ] Proper support for different target frameworks * [ ] Implement [all special forms](docs/special-forms.md) * [ ] Support [all value types](docs/values.md) * [ ] Support [all standard procedures](docs/standard-procedures.md) @@ -32,6 +30,8 @@ and is by no means a guarantee or a strict roadmap. * [x] Bound tree contains sequence points for debuging * [ ] Debuggable REPL. Embedded source in PDBs? * [ ] Stop at entry, and step in. + * [x] MSBUILD SDK support so `.scmproj` can be defined. + * [x] Proper support for different target frameworks * [x] Scheme library and import support. * [x] Standard library & builtins from a separate assembly. * [x] Quoted expressions. @@ -43,4 +43,4 @@ and is by no means a guarantee or a strict roadmap. [twitch]: https://twitch.tv/iwillspeak [yt]: https://www.youtube.com/playlist?list=PLCum1jXOlhoRCBewbQD8ELE7B_7EWnWaO - [contributing]: CONTRIBUTING.md \ No newline at end of file + [contributing]: CONTRIBUTING.md