From a7e84eea087a35721a971e827149f0ca5fba4676 Mon Sep 17 00:00:00 2001 From: bjculkin Date: Tue, 21 Mar 2017 14:08:50 -0400 Subject: Remove version 1 files Remove the old, not used version 1 files from the repository. Check the history if you care about them. --- .../src/bjc/dicelang/v1/examples/DiceASTPragma.java | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 dice-lang/src/bjc/dicelang/v1/examples/DiceASTPragma.java (limited to 'dice-lang/src/bjc/dicelang/v1/examples/DiceASTPragma.java') diff --git a/dice-lang/src/bjc/dicelang/v1/examples/DiceASTPragma.java b/dice-lang/src/bjc/dicelang/v1/examples/DiceASTPragma.java deleted file mode 100644 index 502dafd..0000000 --- a/dice-lang/src/bjc/dicelang/v1/examples/DiceASTPragma.java +++ /dev/null @@ -1,21 +0,0 @@ -package bjc.dicelang.v1.examples; - -import bjc.dicelang.v1.ast.nodes.IDiceASTNode; -import bjc.utils.data.ITree; -import bjc.utils.funcdata.FunctionalStringTokenizer; -import bjc.utils.funcdata.IMap; - -import java.util.function.BiConsumer; - -/** - * Alias for the type of a 'pragma' or special language command - * - * To explain it, a pragma is a function that takes a tokenizer with the rest of - * the line, and an enviroment that contains variable bindings - * - * @author ben - * - */ -public interface DiceASTPragma extends BiConsumer>> { - // Just an alias -} -- cgit v1.2.3