feat: add initialize command parser
This commit is contained in:
parent
13abf0bd45
commit
03a361edf4
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ def openSimple := parser! many1 ident
|
|||
@[builtinCommandParser] def «open» := parser! "open " >> (openHiding <|> openRenaming <|> openOnly <|> openSimple)
|
||||
|
||||
@[builtinCommandParser] def «mutual» := parser! "mutual " >> many1 (notFollowedBy «end» >> commandParser) >> "end"
|
||||
@[builtinCommandParser] def «initialize» := parser! "initialize " >> optional (ident >> Term.typeSpec >> Term.leftArrow) >> termParser
|
||||
|
||||
@[builtinCommandParser] def «in» := tparser! " in " >> commandParser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue