> exec cue def x.cue [stderr] expected selector, found 'STRING' "": ./x.cue:2:6 expected selector, found 'INTERPOLATION' "foo\(: ./x.cue:3:6 string literal not terminated: ./x.cue:3:14 [exit status 1] FAIL: /tmp/y.txtar:1: unexpected command failure From a regularity poi...
cue/parser: accept keywords as selector Browse files The CUE language specification states that "All keywords may be used as labels (field names). Unless noted otherwise, they can also be used as identifiers to refer to the same name." (ref: https://github.com/cue-lang/cue/blob/v0.9...
justlaputa/cue-parserPublic NotificationsYou must be signed in to change notification settings Fork14 Star26 New issue Borewitopened this issueJul 9, 2019· 2 comments Collaborator BorewitcommentedJul 9, 2019 CUE file to reproduce the error:Putumayo Presents - Yoga Lounge.cue.txt ...
cue_parser.y cue_scanner.l libcue.h libcue.pc.in rem.c rem.h time.c time.h Repository files navigation README License Overview libcue provides an API for parsing and extracting data from CUE sheets. libcue was originally forked from cuetools and then enhanced to add additiona...