tum-ei-eda / M2-ISA-R

CoreDSL2 Parser with backend to generate simulation code for the ETISS instruction set simulator
https://tum-ei-eda.github.io/M2-ISA-R/
Apache License 2.0
6 stars 6 forks source link

fix typing issue with python v3.8 #27

Closed PhilippvK closed 5 months ago

wysiwyng commented 5 months ago

just encase the broken type annotations in quotation marks:

"dict[...]"

no need to import obsolete typing crutches here.

PhilippvK commented 5 months ago

Done. Can I merge this now @wysiwyng ?