vunit icon indicating copy to clipboard operation
vunit copied to clipboard

Add type hints to 'parsing/' package

Open lavovaLampa opened this issue 1 year ago • 5 comments

Initial batch of type hints. Also refactored token kinds into an Enum, as Python 3.6 is no longer supported.

Currently depends on some types provided by package 'typing-extensions', in case this new dependency is unwelcome, I can remove dependent type hints.

lavovaLampa avatar May 27 '23 17:05 lavovaLampa