CGrammar: Remove todo comments

This commit is contained in:
Pragmatic Software 2014-07-04 23:45:38 +00:00
parent 4583d85b50
commit e17c749ca7
2 changed files with 1 additions and 8 deletions

View File

@ -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",
};

View File

@ -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:');