feat: in trailing command
This commit is contained in:
parent
988bb09aaf
commit
bda85f287c
1 changed files with 2 additions and 0 deletions
|
|
@ -97,6 +97,8 @@ def openSimple := parser! many1 ident
|
|||
|
||||
@[builtinCommandParser] def «mutual» := parser! "mutual " >> many1 (notFollowedBy «end» >> commandParser) >> "end"
|
||||
|
||||
@[builtinCommandParser] def «in» := tparser! " in " >> commandParser
|
||||
|
||||
end Command
|
||||
end Parser
|
||||
end Lean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue