diff options
Diffstat (limited to 'frontend/IndexType.icl')
-rw-r--r-- | frontend/IndexType.icl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/IndexType.icl b/frontend/IndexType.icl new file mode 100644 index 0000000..20f3cef --- /dev/null +++ b/frontend/IndexType.icl @@ -0,0 +1,6 @@ +implementation module + IndexType + +:: Index :== Int + +:: CheatCompiler = CheatCompiler
\ No newline at end of file |