jubnzv / iec-checker

Static analysis of IEC 61131-3 programs
GNU Lesser General Public License v3.0
60 stars 12 forks source link

Feature: add Python argument to specify OCaml binary #7

Closed engineerjoe440 closed 3 years ago

engineerjoe440 commented 3 years ago

This PR adds an argument (-b or --binary) to the Python checker.py file to allow users to specify a custom location to the OCaml binary. This may be especially useful in Windows systems to allow the file to be stored at the user's discretion.

Related Issue: #5

engineerjoe440 commented 3 years ago

Thank you so much for allowing me to contribute!!! :)