| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-07-20 13:46:47 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-07-20 13:46:47 +0200 |
| commit | b5c3459a9763107abcbbcd7fc1a42eee3a887c52 (patch) | |
| tree | a44474d508d3ea6c940ce7893f95994d3153b19d /ast-to-instr/src/Functions.java | |
| parent | cd9254b65410c0f8a0fc3437ee43d88375244508 (diff) | |
Still working on AST-to-Instr.
Diffstat (limited to 'ast-to-instr/src/Functions.java')
| -rw-r--r-- | ast-to-instr/src/Functions.java | 11 |
1 files changed, 11 insertions, 0 deletions
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 */ + } +} |


