feat: add #eval syntax
This commit is contained in:
parent
09eb27404f
commit
1ccaadfcf0
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ declModifiers >> («abbrev» <|> «def» <|> «theorem» <|> «constant» <|> «
|
|||
@[builtinCommandParser] def «universes» := parser! "universes " >> many1 ident
|
||||
@[builtinCommandParser] def check := parser! "#check " >> termParser
|
||||
@[builtinCommandParser] def check_failure := parser! "#check_failure " >> termParser -- Like `#check`, but succeeds only if term does not type check
|
||||
@[builtinCommandParser] def eval := parser! "#eval " >> termParser
|
||||
@[builtinCommandParser] def synth := parser! "#synth " >> termParser
|
||||
@[builtinCommandParser] def exit := parser! "#exit"
|
||||
@[builtinCommandParser] def «resolve_name» := parser! "#resolve_name " >> ident
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue