rewrote arglist to argv conversion and added $@, $* support
This commit is contained in:
parent
01b0317f7b
commit
a0167e8bdf
8 changed files with 392 additions and 213 deletions
|
@ -119,7 +119,7 @@ DIGITS [[:digit:]]+
|
|||
NAME [[:alpha:]_][[:alnum:][:digit:]_]*
|
||||
|
||||
ESC \\.
|
||||
SPECIAL \?|\#
|
||||
SPECIAL \?|\#|\*|\@
|
||||
VARIABLE ${NAME}|$\{{NAME}\}|${DIGITS}|$\{{DIGITS}\}|${SPECIAL}|$\{{SPECIAL}\}
|
||||
DQSTR \"([^\\\"]|{ESC})*\"
|
||||
SQSTR \'[^\']*\'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue