mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-23 19:22:40 +01:00
CGrammar: Remove todo comments
This commit is contained in:
parent
4583d85b50
commit
e17c749ca7
@ -13,7 +13,7 @@ use warnings;
|
|||||||
# These are set automatically by the build/commit script
|
# These are set automatically by the build/commit script
|
||||||
use constant {
|
use constant {
|
||||||
BUILD_NAME => "PBot",
|
BUILD_NAME => "PBot",
|
||||||
BUILD_REVISION => 705,
|
BUILD_REVISION => 706,
|
||||||
BUILD_DATE => "2014-07-04",
|
BUILD_DATE => "2014-07-04",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -7,13 +7,6 @@ use Parse::RecDescent;
|
|||||||
use Getopt::Std;
|
use Getopt::Std;
|
||||||
use Data::Dumper;
|
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);
|
our ($opt_T, $opt_t, $opt_o, $opt_P);
|
||||||
getopts('TPto:');
|
getopts('TPto:');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user