From eafd7a3974e8605fd02794269db6114a3446e016 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Mon, 13 Oct 2014 19:14:30 +0000 Subject: ragel-6.9 --- TODO | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..85c5440 --- /dev/null +++ b/TODO @@ -0,0 +1,102 @@ +Guard against including a ragel file more than once (newsgroup). + +Line numbers in included files refer to the master file. This needs to be +fixed -- from Manoj. + +Remove old action embedding and condition setting syntax. + +fbreak should advance the current char. Depreciate fbreak and add + fctl_break; + fctl_return ; + fctl_goto