aboutsummaryrefslogtreecommitdiff
path: root/compilador/astree/ident.py
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-11-25 12:11:08 -0600
committerIván Ávalos <avalos@disroot.org>2022-11-25 12:11:08 -0600
commiteb4a3019bc0251e5b2b8229679e3c65d61d55336 (patch)
treef6b2a89dd35374272bd671933bfe87da4a587215 /compilador/astree/ident.py
parent6b4e9a4e95eb511c194200e38ee323091dc5d7d2 (diff)
downloadjavanol-eb4a3019bc0251e5b2b8229679e3c65d61d55336.tar.gz
javanol-eb4a3019bc0251e5b2b8229679e3c65d61d55336.tar.bz2
javanol-eb4a3019bc0251e5b2b8229679e3c65d61d55336.zip
Buen progreso, pero se cicla
Diffstat (limited to 'compilador/astree/ident.py')
-rw-r--r--compilador/astree/ident.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/compilador/astree/ident.py b/compilador/astree/ident.py
new file mode 100644
index 0000000..936b745
--- /dev/null
+++ b/compilador/astree/ident.py
@@ -0,0 +1,3 @@
+from typing import List
+
+Ident = str