Skip to content

Commit

Permalink
chore: empty ports of the Data/Buffer/Parser files (#5848)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
  • Loading branch information
semorrison and semorrison committed Jul 13, 2023
1 parent 98ab6ea commit b41e763
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Mathlib.lean
Expand Up @@ -1283,6 +1283,9 @@ import Mathlib.Data.Bool.Basic
import Mathlib.Data.Bool.Count
import Mathlib.Data.Bool.Set
import Mathlib.Data.Bracket
import Mathlib.Data.Buffer.Basic
import Mathlib.Data.Buffer.Parser.Basic
import Mathlib.Data.Buffer.Parser.Numeral
import Mathlib.Data.Bundle
import Mathlib.Data.ByteArray
import Mathlib.Data.Char
Expand Down
15 changes: 15 additions & 0 deletions Mathlib/Data/Buffer/Basic.lean
@@ -0,0 +1,15 @@
/-
Copyright (c) 2020 Yakov Pechersky. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Yakov Pechersky
! This file was ported from Lean 3 source module data.buffer.basic
! leanprover-community/mathlib commit 2220b0cbab795e73674b8191170b0cc68c6b54a8
! Please do not edit these lines, except to modify the commit id
! if you have ported upstream changes.
Porting note:
As the parsing framework has completely changed in Lean 4
there is no point porting these files directly.
They can be rewritten from scratch as needed, just as for tactics.
-/
15 changes: 15 additions & 0 deletions Mathlib/Data/Buffer/Parser/Basic.lean
@@ -0,0 +1,15 @@
/-
Copyright (c) 2020 Yakov Pechersky. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Yakov Pechersky
! This file was ported from Lean 3 source module data.buffer.parser.basic
! leanprover-community/mathlib commit 2220b0cbab795e73674b8191170b0cc68c6b54a8
! Please do not edit these lines, except to modify the commit id
! if you have ported upstream changes.
Porting note:
As the parsing framework has completely changed in Lean 4
there is no point porting these files directly.
They can be rewritten from scratch as needed, just as for tactics.
-/
15 changes: 15 additions & 0 deletions Mathlib/Data/Buffer/Parser/Numeral.lean
@@ -0,0 +1,15 @@
/-
Copyright (c) 2020 Yakov Pechersky. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Yakov Pechersky
! This file was ported from Lean 3 source module data.buffer.parser.numeral
! leanprover-community/mathlib commit 2220b0cbab795e73674b8191170b0cc68c6b54a8
! Please do not edit these lines, except to modify the commit id
! if you have ported upstream changes.
Porting note:
As the parsing framework has completely changed in Lean 4
there is no point porting these files directly.
They can be rewritten from scratch as needed, just as for tactics.
-/

0 comments on commit b41e763

Please sign in to comment.