aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-28 10:02:39 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-28 10:02:39 +0100
commit89820d0a00bdc0f77fcc8f6c67d590017f253ae3 (patch)
tree8c018483c063b661d698e0cc4b92c680b9bfbc14 /src/mds-kbdc
parentmds-kbdc: simplification of alternations (diff)
downloadmds-89820d0a00bdc0f77fcc8f6c67d590017f253ae3.tar.gz
mds-89820d0a00bdc0f77fcc8f6c67d590017f253ae3.tar.bz2
mds-89820d0a00bdc0f77fcc8f6c67d590017f253ae3.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/mds-kbdc')
-rw-r--r--src/mds-kbdc/simplify-tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mds-kbdc/simplify-tree.c b/src/mds-kbdc/simplify-tree.c
index 7ba6ee2..608485d 100644
--- a/src/mds-kbdc/simplify-tree.c
+++ b/src/mds-kbdc/simplify-tree.c
@@ -299,7 +299,7 @@ static int simplify_alternation(mds_kbdc_tree_alternation_t* restrict tree)
}
}
- /* TODO find unordered */
+ /* TODO unordered */
return 0;
pfail:
@@ -343,7 +343,7 @@ static int simplify(mds_kbdc_tree_t* restrict tree)
break;
case MDS_KBDC_TREE_TYPE_UNORDERED:
- /* TODO find alternation, unordered and nothing, find singletons, error if empty */
+ /* TODO find alternation and nothing, find singletons, error if empty, unordered */
break;
case MDS_KBDC_TREE_TYPE_MACRO_CALL: