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

  1. Add type hinting to all the classes.
  2. Separate out named tuples to class based NamedTuple.
  3. Add mypy config file.
  4. Perform static analysis using mypy.