-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathTODO
38 lines (19 loc) · 782 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Short Term
-----------
Medium Term
-----------
Implement support for higher index systems using symbolic methods instead of
currently used numerical methods.
Impulses can be introduced in addition to events to avoid a complete code
regeneration in some cases.
Provide proper documentation.
Provide testing framework and check the code coverage.
Long Term
-----------
Sundials has support for inequalities. Maybe this can be
put into a good use.
Statically check that pres do not appear in ordinary and init equations.
Unicode characters are not supported in the anti-quoted Haskell
expressions. Currently the corresponding line in the grammar file reads:
token HsExpr ('$' (char - '$')* '$') ;
according to BNFC documentation "char" represents an ASCII character.