aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
blob: 04b6b2ea43d34780f3b28753224d319fb1891eaa (plain)
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
1. MAJOR:

1.1 Support for PER encoding. Requires advanced subtype constraints support,
which is already completed. Also see #3.2.

1.2 Support for Information Object Classes.
   Status:	Support for parsing IOCs is mostly present.
		Support for slicing the IOCs to produce "views"
		is not yet designed.

2. MEDIUM:

2.1 Support for DEFAULT encoding and decoding, at least in INTEGER/ENUMERATED types.
2.2 Support for EXTERNAL, EMBEDDED-PDV and CHARACTER STRING types.

3. MINOR:

3.1 Parsing of CONSTRAINED BY clauses

3.2 Support for ContainedSubtype constraint.

3.3 If the generated target language source file is not different from
the one already present (except maybe a compiler version in comments), 
do not update the file. Prevents trashing file dependencies in multifile
compilation.