Skip to content

Commit 8f6a445

Browse files
authored
Update README.md
1 parent b72ae4f commit 8f6a445

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Dependencies: agda2hs version 1.2.
66
Build with the `build.sh` script.
77

88
## Roadmap
9-
### Infrastructure
9+
### Basics
1010
- [x] Lexer
1111
- [x] Parser
1212
- [x] Tests
@@ -27,14 +27,26 @@ Build with the `build.sh` script.
2727
+ [x] Sums
2828
+ [x] Pattern Matching
2929
+ [ ] General recursion
30+
- [ ] More preprocessing besides erasing names (enable larger sums or products, for instance)
3031
- [ ] Polymorphism
3132
- [ ] Recursive Types (Enabling strings)
3233
- [ ] Library of examples
3334

3435
### Usability
36+
- [ ] Editor Support
37+
- [ ] Syntax Highlight (Vim, Emacs)
38+
- [ ] Language Server Protocol
39+
- [ ] Package Manager
40+
- [ ] Nicer REPL
41+
- [ ] Interpret arrows
42+
- [ ] Autocomplete
3543
- [ ] Code Generation
3644
- [ ] Support for commentary
37-
- [x] Error messages
45+
- [ ] Specific error nessages
46+
- [ ] Lexer
47+
- [ ] Parser
48+
- [ ] Type checker
49+
- [ ] Documentation
3850
- [x] Commands
3951
- [x] Eval
4052
- [x] Define

0 commit comments

Comments
 (0)