I think some of these are valid syntax.
They all fail with the same inexplicable error:
lua: Method error: false has no method called 'ast'.
stack traceback:
[C]: in function '_error'
stdlib/parser/brat2lua.lua:547: in function 'run'
bin/brat:108: in function 'interactive'
bin/brat:142: in main chunk
[C]: at 0x5606b9b5d150
These work:
These don't
I think some of these are valid syntax. They all fail with the same inexplicable error: