Open nofun97 opened 4 years ago
The grammar does not allow .attribute?:expr
.attribute?:expr
return .attribute if exist, else return expr
.attribute
expr
Syntax error unconsumed input.
$ arrai info Version : DIRTY-v0.110.0 Git commit : bcebc1f328a9e0c4566a92ff510c577e3d243668 Date : 2020-08-05T04:28:19Z OS/arch : darwin/amd64 Go version : go1.14.4 darwin/amd64
Description
The grammar does not allow
.attribute?:expr
Expected behavior
return
.attribute
if exist, else returnexpr
Actual behavior
Syntax error unconsumed input.
Your Environment