From e17c749ca7f6cb036a689b8154028557ff637d94 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 4 Jul 2014 23:45:38 +0000 Subject: [PATCH] CGrammar: Remove todo comments --- PBot/VERSION.pm | 2 +- modules/c2english/c2eng.pl | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index 906c316d..6feaab08 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,7 +13,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 705, + BUILD_REVISION => 706, BUILD_DATE => "2014-07-04", }; diff --git a/modules/c2english/c2eng.pl b/modules/c2english/c2eng.pl index 9bbb6744..84b8be33 100755 --- a/modules/c2english/c2eng.pl +++ b/modules/c2english/c2eng.pl @@ -7,13 +7,6 @@ use Parse::RecDescent; use Getopt::Std; use Data::Dumper; -# todo: 1. the entire syntax for pointers to functions. -# 2. preprocessor directives. (getting there) -# So, the problem with handling CPP directives is when they -# interrupt something. I'm open to ideas. -# 4. functions to handle the nesting levels (ordinal number generator and CPP stack) -# 6. change returns to prints where appropriate. - our ($opt_T, $opt_t, $opt_o, $opt_P); getopts('TPto:');