mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
Projections are lvalues.
This commit is contained in:
parent
76eb3e2154
commit
b58ddb470b
@ -94,7 +94,8 @@ edge = Core.load <$ reserved "load" <*> expr
|
||||
|
||||
lvalue :: (TokenParsing m, Monad m) => m (Term Core User)
|
||||
lvalue = choice
|
||||
[ ident
|
||||
[ prj
|
||||
, ident
|
||||
, parens expr
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user