Add backtick as string separator
This commit is contained in:
@@ -96,7 +96,7 @@ class Reader extends PhpObject
|
|||||||
'RIGHT','SIGN','SIN','SINH','SQRT','TABLE','TABLENAME','TAN','TANH','TITLE','TO','TRAILING','TRUNC','TYPE','UPPER',
|
'RIGHT','SIGN','SIN','SINH','SQRT','TABLE','TABLENAME','TAN','TANH','TITLE','TO','TRAILING','TRUNC','TYPE','UPPER',
|
||||||
'USING','VALUE','WITH', 'TRANSPORTING', 'TYPE-POOLS'),
|
'USING','VALUE','WITH', 'TRANSPORTING', 'TYPE-POOLS'),
|
||||||
'wBwCore'=>array('SOURCE_PACKAGE', 'RESULT_PACKAGE', '<SOURCE_FIELDS>', '<RESULT_FIELDS>'),
|
'wBwCore'=>array('SOURCE_PACKAGE', 'RESULT_PACKAGE', '<SOURCE_FIELDS>', '<RESULT_FIELDS>'),
|
||||||
'cOperator'=>array('(', ')', ',', '.', ':', '-', '~', '[', ']', '<', '>', '|', '{', '}', '@'),
|
'cOperator'=>array('(', ')', ',', '.', ':', '-', '~', '[', ']', '<', '>', '|', '{', '}', '@', '#'),
|
||||||
'cCalculation'=>array('+', '-', '*', '/', '=', '(', ')'),
|
'cCalculation'=>array('+', '-', '*', '/', '=', '(', ')'),
|
||||||
'cComment'=>array('*'),
|
'cComment'=>array('*'),
|
||||||
'cPartComment'=>array('"'),
|
'cPartComment'=>array('"'),
|
||||||
@@ -104,7 +104,8 @@ class Reader extends PhpObject
|
|||||||
'quote' => array('"', '"'),
|
'quote' => array('"', '"'),
|
||||||
'quot2' => array(''', '''),
|
'quot2' => array(''', '''),
|
||||||
'pipe' => array('|', '|'),
|
'pipe' => array('|', '|'),
|
||||||
'curly' => array('{', '}')
|
'curly' => array('{', '}'),
|
||||||
|
'tick' => array('`', '`')
|
||||||
),
|
),
|
||||||
'iNumber'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '0'),
|
'iNumber'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '0'),
|
||||||
'wExpand'=>array('loop'=>'endloop', 'if'=>'endif'),
|
'wExpand'=>array('loop'=>'endloop', 'if'=>'endif'),
|
||||||
|
|||||||
Reference in New Issue
Block a user