Treat whole file as P# source code. Fixes #24.
This commit is contained in:
@@ -1440,11 +1440,6 @@ enum ph7_expr_id {
|
||||
EXPR_OP_SHR_ASSIGN, /* Combined operator: >>= */
|
||||
EXPR_OP_COMMA /* Comma expression */
|
||||
};
|
||||
/*
|
||||
* Very high level tokens.
|
||||
*/
|
||||
#define PH7_TOKEN_RAW 0x001 /* Raw text [i.e: HTML,XML...] */
|
||||
#define PH7_TOKEN_PHP 0x002 /* PHP chunk */
|
||||
/*
|
||||
* Lexer token codes
|
||||
* The following set of constants are the tokens recognized
|
||||
|
Reference in New Issue
Block a user