Volkan
Results
52
comments of
Volkan
If you are truly only interested in checking for syntax and semantic errors you may want to use `plc --check`. Maybe also check `plc --help` while you are at it.
Technically it's pretty easy to implement (see this [part](https://github.com/volsa/etherface/blob/e5e30796b255ef5b7af177b50400ba22cf579dac/etherface-lib/src/parser.rs#L174-L195)) but two things that immediately come to mind 1. How would you deal with identical signatures but different parameter names, e.g....