Skip to content

Commit 4d8f5b5

Browse files
committed
chore: empty port of the Data.Buffer.Parser in core (#5864)
addition to #5848
1 parent 4b4b165 commit 4d8f5b5

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Mathlib.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2017,6 +2017,7 @@ import Mathlib.Init.Control.Lawful
20172017
import Mathlib.Init.Core
20182018
import Mathlib.Init.Data.Bool.Basic
20192019
import Mathlib.Init.Data.Bool.Lemmas
2020+
import Mathlib.Init.Data.Buffer.Parser
20202021
import Mathlib.Init.Data.Fin.Basic
20212022
import Mathlib.Init.Data.Int.Basic
20222023
import Mathlib.Init.Data.Int.Bitwise
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/-
2+
Copyright (c) 2017 Microsoft Corporation. All rights reserved.
3+
Released under Apache 2.0 license as described in the file LICENSE.
4+
Authors: Gabriel Ebner
5+
6+
! This file was ported from Lean 3 source module data.buffer.parser
7+
! leanprover-community/lean commit 549e2fed50b361d0d49a3dd1e7ccb6de9440059b
8+
! Please do not edit these lines, except to modify the commit id
9+
! if you have ported upstream changes.
10+
11+
Porting note:
12+
As the parsing framework has completely changed in Lean 4
13+
there is no point porting these files directly.
14+
They can be rewritten from scratch as needed, just as for tactics.
15+
-/

0 commit comments

Comments
 (0)