From b5c3459a9763107abcbbcd7fc1a42eee3a887c52 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 20 Jul 2017 13:46:47 +0200 Subject: Still working on AST-to-Instr. --- ast-to-instr/src/Functions.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ast-to-instr/src/Functions.java (limited to 'ast-to-instr/src/Functions.java') diff --git a/ast-to-instr/src/Functions.java b/ast-to-instr/src/Functions.java new file mode 100644 index 0000000..602c798 --- /dev/null +++ b/ast-to-instr/src/Functions.java @@ -0,0 +1,11 @@ +public class Functions +{ + public static void add_entry + ( + final String function_name, + final IDs... params + ) + { + /* TODO */ + } +} -- cgit v1.2.3-70-g09d2