mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-19 10:29:30 +01:00
Plugins/Plang: rename Grammar to ParseRules
This commit is contained in:
parent
1fc75863e3
commit
731a95ef11
@ -21,7 +21,7 @@ sub initialize {
|
|||||||
# require all the Plang .pm modules for Module::Refresh
|
# require all the Plang .pm modules for Module::Refresh
|
||||||
require "$path/Interpreter.pm";
|
require "$path/Interpreter.pm";
|
||||||
require "$path/AstInterpreter.pm";
|
require "$path/AstInterpreter.pm";
|
||||||
require "$path/Grammar.pm"; # FIXME: Module::Refresh doesn't like this one
|
require "$path/ParseRules.pm"; # FIXME: Module::Refresh doesn't like this one
|
||||||
require "$path/Parser.pm";
|
require "$path/Parser.pm";
|
||||||
require "$path/Lexer.pm";
|
require "$path/Lexer.pm";
|
||||||
require "$path/Types.pm";
|
require "$path/Types.pm";
|
||||||
|
@ -25,8 +25,8 @@ use PBot::Imports;
|
|||||||
# These are set by the /misc/update_version script
|
# These are set by the /misc/update_version script
|
||||||
use constant {
|
use constant {
|
||||||
BUILD_NAME => "PBot",
|
BUILD_NAME => "PBot",
|
||||||
BUILD_REVISION => 4430,
|
BUILD_REVISION => 4432,
|
||||||
BUILD_DATE => "2022-01-01",
|
BUILD_DATE => "2022-01-03",
|
||||||
};
|
};
|
||||||
|
|
||||||
sub initialize {}
|
sub initialize {}
|
||||||
|
Loading…
Reference in New Issue
Block a user