Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Check off SDK support in README
  • Loading branch information
iwillspeak committed Oct 10, 2021
1 parent 974afc4 commit fe848d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
Expand All @@ -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
[contributing]: CONTRIBUTING.md

0 comments on commit fe848d6

Please sign in to comment.