From 780bb560cab0c1d3a0fff84111ab7eef425fe5ba Mon Sep 17 00:00:00 2001 From: vlm Date: Sun, 22 Aug 2004 03:20:15 +0000 Subject: [PATCH] reprioritizing git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@186 59561ff5-6e30-0410-9f3c-9617f08c8826 --- TODO | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 21f117b0..85745a83 100644 --- a/TODO +++ b/TODO @@ -2,9 +2,13 @@ MAJOR: 1. Support for PER encoding. Requires advanced subtype constraints support (#1) -2. Support for Information Object Classes. +2. Support for XER encoding. + +3. 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. -3. Support for XER encoding. +MINOR: + +1. Support for ANY, EXTERNAL, EMBEDDED-PDV and CHARACTER STRING types.