Ben1152000 / sootty

A command-line tool for displaying vcd waveforms.
BSD 3-Clause "New" or "Revised" License
44 stars 12 forks source link

Implement function call syntax #66

Closed Ben1152000 closed 1 year ago

Ben1152000 commented 1 year ago

This PR adds syntax to the query language for function calls function ( arg1, arg2, ... ) as well as fixing bugs with the -w flag caused by the addition of commas to the query language.