GMLC-TDC / matHELICS

matlab interfaces for HELICS
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Remove clang import from binding generator #9

Closed nightlark closed 9 months ago

nightlark commented 2 years ago

The name property just returns the variable name as a string, so the binding generator can be decoupled a bit more from the clang parsing code. There was also a stray import of FALSE from the pickle library.