fix(library/init/lean/parser/command): keywords in notation actions are not actual keywords

This commit is contained in:
Sebastian Ullrich 2018-09-12 15:07:54 -07:00
parent b8dceda9b7
commit a57573a5b7

View file

@ -81,9 +81,9 @@ node_choice! notation_symbol {
def action.parser : command_parser :=
node! action [":", action: node_choice! action_kind {
prec: number,
"max",
"prev",
"scoped"
max: raw_symbol "max",
prev: raw_symbol "prev",
scoped: raw_symbol "scoped"
/-TODO seq [
"(",
any_of ["foldl", "foldr"],