amitaiirron

Results 2 issues of amitaiirron

I think I may have found an issue with `FunctionMaker.create()`. When you try to pass a string containing a return type annotation, it breaks this function. Consider this example: ```python...

Maybe I'm wrong to expect this, but shouldn't the parse-tree being generated respect System Verilog operation precedence? I'm using sc-parser visa [py-sv-parser 0.3.0](https://pypi.org/project/py-sv-parser/). I'm trying to parse the simple module:...