aboutsummaryrefslogtreecommitdiff
path: root/codegen/lib/code/utils.py
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-05-25 00:21:05 -0500
committermat <github@matdoes.dev>2022-05-25 00:21:05 -0500
commit479c05474704a5a2f68b79468d2cde05c0ceec62 (patch)
tree59e7192b74caac1566993b202419824993167df0 /codegen/lib/code/utils.py
parentfb3b002d94076de463e2af776666387db9e75835 (diff)
downloadazalea-drasl-479c05474704a5a2f68b79468d2cde05c0ceec62.tar.xz
Migrate might be working
Diffstat (limited to 'codegen/lib/code/utils.py')
-rw-r--r--codegen/lib/code/utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/codegen/lib/code/utils.py b/codegen/lib/code/utils.py
index 92d1a9e9..28a5ef3c 100644
--- a/codegen/lib/code/utils.py
+++ b/codegen/lib/code/utils.py
@@ -1,6 +1,8 @@
import os
+# utilities specifically for codegen
+
def burger_type_to_rust_type(burger_type):
is_var = False