Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions idris2/src/Ephapax/Affine/Emit.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-- SPDX-License-Identifier: PMPL-1.0-or-later
-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
--
module Ephapax.Affine.Emit

import Ephapax.IR.Decode
Expand Down
3 changes: 3 additions & 0 deletions idris2/src/Ephapax/Affine/Typecheck.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-- SPDX-License-Identifier: PMPL-1.0-or-later
-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
--
module Ephapax.Affine.Typecheck

import Data.List
Expand Down
3 changes: 3 additions & 0 deletions idris2/src/Ephapax/IR/AST.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-- SPDX-License-Identifier: PMPL-1.0-or-later
-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
--
module Ephapax.IR.AST

%default total
Expand Down
3 changes: 3 additions & 0 deletions idris2/src/Ephapax/IR/Decode.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-- SPDX-License-Identifier: PMPL-1.0-or-later
-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
--
module Ephapax.IR.Decode

import Data.List
Expand Down
3 changes: 3 additions & 0 deletions idris2/src/Ephapax/IR/SExpr.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-- SPDX-License-Identifier: PMPL-1.0-or-later
-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
--
module Ephapax.IR.SExpr

import Data.List
Expand Down
3 changes: 3 additions & 0 deletions idris2/src/Ephapax/Parse/Lexer.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-- SPDX-License-Identifier: PMPL-1.0-or-later
-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
--
module Ephapax.Parse.Lexer

import Data.List
Expand Down
3 changes: 3 additions & 0 deletions idris2/src/Ephapax/Parse/Parser.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-- SPDX-License-Identifier: PMPL-1.0-or-later
-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
--
module Ephapax.Parse.Parser

import Data.List
Expand Down
3 changes: 3 additions & 0 deletions idris2/src/Ephapax/Parse/Stream.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-- SPDX-License-Identifier: PMPL-1.0-or-later
-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
--
module Ephapax.Parse.Stream

import Ephapax.Parse.Lexer
Expand Down
3 changes: 3 additions & 0 deletions idris2/src/Ephapax/Parse/TestMain.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-- SPDX-License-Identifier: PMPL-1.0-or-later
-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
--
module Ephapax.Parse.TestMain

import Ephapax.Parse.Tests
Expand Down
3 changes: 3 additions & 0 deletions idris2/src/Ephapax/Parse/Tests.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-- SPDX-License-Identifier: PMPL-1.0-or-later
-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
--
module Ephapax.Parse.Tests

import Data.List
Expand Down
3 changes: 3 additions & 0 deletions idris2/src/Ephapax/Parse/Util.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-- SPDX-License-Identifier: PMPL-1.0-or-later
-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
--
module Ephapax.Parse.Util

import Data.List
Expand Down
3 changes: 3 additions & 0 deletions idris2/src/Ephapax/Parse/ZigBuffer.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-- SPDX-License-Identifier: PMPL-1.0-or-later
-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
--
module Ephapax.Parse.ZigBuffer

import System
Expand Down
3 changes: 3 additions & 0 deletions idris2/src/Ephapax/Proven.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-- SPDX-License-Identifier: PMPL-1.0-or-later
-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
--
module Ephapax.Proven

import Proven.SafeString.Escape
Expand Down
3 changes: 3 additions & 0 deletions idris2/src/Main.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-- SPDX-License-Identifier: PMPL-1.0-or-later
-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
--
module Main

import System
Expand Down
Loading