lean4-htt/library/init/lean/parser
Leonardo de Moura 6841e47aa4 chore(frontends/lean/builtin_exprs): remove support for (<infix>) and (<infix> <expr>) notations
In Lean 4, we will support the more general

`a + ·` ==> `fun x, a + x`
`· + b` ==> `fun x, x + b`
`· + ·` ==> `fun x y, x + y`
`f · y` ==> `fun x, f a y`
`g · · b` ==> `fun x y, g x y b`
2019-07-02 08:06:06 -07:00
..
default.lean feat(library/init/lean/parser): term parser skeleton 2019-07-01 15:04:13 -07:00
identifier.lean feat(library/init/lean/parser/identifier): add indentifier.lean back 2019-06-06 15:18:22 -07:00
level.lean feat(library/init/lean/parser): universe level parser and bug fixes 2019-06-30 09:02:06 -07:00
parser.lean chore(frontends/lean/builtin_exprs): remove support for (<infix>) and (<infix> <expr>) notations 2019-07-02 08:06:06 -07:00
term.lean feat(library/init/lean/parser/term): paren parser 2019-07-01 19:44:13 -07:00
trie.lean feat(frontends/lean): allow ; instead of in in let-decls 2019-06-27 17:12:03 -07:00