asn1c/TODO

25 lines
720 B
Plaintext
Raw Normal View History

2004-06-03 03:38:44 +00:00
MAJOR:
1. Support for PER encoding. Requires advanced subtype constraints support,
2004-10-03 09:10:40 +00:00
which is already completed.
2004-08-22 03:20:15 +00:00
2. Support for Information Object Classes.
2004-10-03 09:10:40 +00:00
Status: Support for parsing IOCs is mostly present.
Support for slicing the IOCs to produce "views"
is not yet designed.
2004-06-03 03:38:44 +00:00
2004-10-12 23:26:53 +00:00
MEDIUM:
2004-08-22 03:20:15 +00:00
2004-09-07 06:43:05 +00:00
1. Support for DEFAULT encoding and decoding, at least in INTEGER/ENUMERATED types.
2004-10-12 23:26:53 +00:00
2. Support for EXTERNAL, EMBEDDED-PDV and CHARACTER STRING types.
MINOR:
1. Parsing of CONSTRAINED BY clauses
2004-11-24 17:42:31 +00:00
2. 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.