dalance / sv-parser

SystemVerilog parser library fully compliant with IEEE 1800-2017
Other
409 stars 54 forks source link

Feature Request: Add "from string" alternative to `parse_sv` #105

Closed parker-research closed 2 hours ago

parker-research commented 2 hours ago

It seems that the parse_sv function requires that the content be in a file. It would be awesome to be able to parse directly from a string.

parker-research commented 2 hours ago

Just discovered the parse_sv_str function - still learning my way around Rust docs, sorry about that :)