fix: add nonReservedSymbol
This commit is contained in:
parent
c2a8f3ecc4
commit
77ce42548b
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ declModifiers false >> («abbrev» <|> «def» <|> «theorem» <|> «constant»
|
|||
@[builtinCommandParser] def synth := parser! "#synth " >> termParser
|
||||
@[builtinCommandParser] def exit := parser! "#exit"
|
||||
@[builtinCommandParser] def print := parser! "#print " >> (ident <|> strLit)
|
||||
@[builtinCommandParser] def printAxioms := parser! "#print " >> "axioms " >> ident
|
||||
@[builtinCommandParser] def printAxioms := parser! "#print " >> nonReservedSymbol "axioms " >> ident
|
||||
@[builtinCommandParser] def «resolve_name» := parser! "#resolve_name " >> ident
|
||||
@[builtinCommandParser] def «init_quot» := parser! "init_quot"
|
||||
@[builtinCommandParser] def «set_option» := parser! "set_option " >> ident >> (nonReservedSymbol "true" <|> nonReservedSymbol "false" <|> strLit <|> numLit)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue