diff options
Diffstat (limited to 'sh9util.m')
| -rw-r--r-- | sh9util.m | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sh9util.m b/sh9util.m new file mode 100644 index 0000000..aa44c3f --- /dev/null +++ b/sh9util.m @@ -0,0 +1,8 @@ +Sh9Util: module +{ +PATH: con "sh9util.dis"; +DESCR: con "Utility functions for sh9"; + +reverse_list: fn[T](toks: list of T): list of T; +to_array: fn[T](toks: list of T): array of T; +}; |
