|
Parsing reader.sh
|
Line 122 of '_tmp/wild/src/esoteric/make-a-lisp-bash/reader.sh'
[[ "${str}" =~ ^^([][{}\(\)^@])|^(~@)|(\"(\\.|[^\\\"])*\")|^(;[^$'\n']*)|^([~\'\`])|^([^][ ~\`\'\";{}\(\)^@\,]+)|^[,]|^[[:space:]]+ ]]
^
Error parsing regex '^^([][{}()^@])|^(~@)|("(\\.|[^\\"])*")|^(': Un-matched parenthesis group operators.
|
|
Translating reader.sh
|
Line 122 of '_tmp/wild/src/esoteric/make-a-lisp-bash/reader.sh'
[[ "${str}" =~ ^^([][{}\(\)^@])|^(~@)|(\"(\\.|[^\\\"])*\")|^(;[^$'\n']*)|^([~\'\`])|^([^][ ~\`\'\";{}\(\)^@\,]+)|^[,]|^[[:space:]]+ ]]
^
Error parsing regex '^^([][{}()^@])|^(~@)|("(\\.|[^\\"])*")|^(': Un-matched parenthesis group operators.
|
|
Parsing types.sh
|
Line 220 of '_tmp/wild/src/esoteric/make-a-lisp-bash/types.sh'
declare -A -g ${obj}; eval "${obj}=()"
^~
Variable names must be unquoted constants
|
|
Translating types.sh
|
Line 220 of '_tmp/wild/src/esoteric/make-a-lisp-bash/types.sh'
declare -A -g ${obj}; eval "${obj}=()"
^~
Variable names must be unquoted constants
|
|
Parsing core.sh
|
Line 146 of '_tmp/wild/src/esoteric/make-a-lisp-bash/core.sh'
declare -A -g ${obj}
^~
Variable names must be unquoted constants
|
|
Translating core.sh
|
Line 146 of '_tmp/wild/src/esoteric/make-a-lisp-bash/core.sh'
declare -A -g ${obj}
^~
Variable names must be unquoted constants
|