summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/parser_helper.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-02-12 13:01:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-02-12 13:01:49 +0000
commitbc4394dd579bd4aa98b7c8ce7989680bdb6d762f (patch)
tree3560ee4ba6f2b5d2c19785a10e2e38de8ceac246 /perl_checker.src/parser_helper.mli
parent6acc5179edf319d9f9db27799221ff4b96721a17 (diff)
downloadperl-MDK-Common-bc4394dd579bd4aa98b7c8ce7989680bdb6d762f.tar
perl-MDK-Common-bc4394dd579bd4aa98b7c8ce7989680bdb6d762f.tar.gz
perl-MDK-Common-bc4394dd579bd4aa98b7c8ce7989680bdb6d762f.tar.bz2
perl-MDK-Common-bc4394dd579bd4aa98b7c8ce7989680bdb6d762f.tar.xz
perl-MDK-Common-bc4394dd579bd4aa98b7c8ce7989680bdb6d762f.zip
handle ${foo} (including "${foo}bar")
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r--perl_checker.src/parser_helper.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli
index 7fe749d..a483a2e 100644
--- a/perl_checker.src/parser_helper.mli
+++ b/perl_checker.src/parser_helper.mli
@@ -7,6 +7,7 @@ val sp_pos_range :
val get_pos : 'a * ('b * ('c * 'd)) -> string * 'c * 'd
val var_dollar_ : Types.pos -> Types.fromparser
val var_STDOUT : Types.fromparser
+val split_name_or_fq_name : string -> string option * string
val is_var_dollar_ : Types.fromparser -> bool
val is_var_number_match : Types.fromparser -> bool
val is_parenthesized : Types.fromparser -> bool
@@ -97,6 +98,7 @@ val is_not_a_scalar : Types.fromparser -> bool
val maybe_to_Raw_string : Types.fromparser -> Types.fromparser
val to_List : Types.fromparser list -> Types.fromparser
val deref_arraylen : Types.fromparser -> Types.fromparser
+val deref_raw : Types.context -> Types.fromparser -> Types.fromparser
val to_Ident :
(string option * string) * ('a * (int * int)) -> Types.fromparser
val to_Raw_string : string * ('a * (int * int)) -> Types.fromparser