feat: in trailing command

This commit is contained in:
Leonardo de Moura 2020-09-02 09:52:54 -07:00
parent 988bb09aaf
commit bda85f287c

View file

@ -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