issues
search
project-langx
/
X
A placeholder language with shareable bytecode IR.
2
stars
0
forks
source link
Type hinting complete
#33
Closed
frankhart2018
closed
2 years ago
frankhart2018
commented
2 years ago
Closes #31
Implementation
Add type hinting to all the classes.
Separate out named tuples to class based NamedTuple.
Add mypy config file.
Perform static analysis using mypy.
Closes #31
Implementation