File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Dependencies: agda2hs version 1.2.
6
6
Build with the ` build.sh ` script.
7
7
8
8
## Roadmap
9
- ### Infrastructure
9
+ ### Basics
10
10
- [x] Lexer
11
11
- [x] Parser
12
12
- [x] Tests
@@ -27,14 +27,26 @@ Build with the `build.sh` script.
27
27
+ [x] Sums
28
28
+ [x] Pattern Matching
29
29
+ [ ] General recursion
30
+ - [ ] More preprocessing besides erasing names (enable larger sums or products, for instance)
30
31
- [ ] Polymorphism
31
32
- [ ] Recursive Types (Enabling strings)
32
33
- [ ] Library of examples
33
34
34
35
### Usability
36
+ - [ ] Editor Support
37
+ - [ ] Syntax Highlight (Vim, Emacs)
38
+ - [ ] Language Server Protocol
39
+ - [ ] Package Manager
40
+ - [ ] Nicer REPL
41
+ - [ ] Interpret arrows
42
+ - [ ] Autocomplete
35
43
- [ ] Code Generation
36
44
- [ ] Support for commentary
37
- - [x] Error messages
45
+ - [ ] Specific error nessages
46
+ - [ ] Lexer
47
+ - [ ] Parser
48
+ - [ ] Type checker
49
+ - [ ] Documentation
38
50
- [x] Commands
39
51
- [x] Eval
40
52
- [x] Define
You can’t perform that action at this time.
0 commit comments