You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started Verilog Preprocessor project using llparse here: https://github.com/drom/vpreproc
It looks like a good tool for the task.
Wouldn't it be nice if llparse could generate NAPI bindings, then every parser would be a proper NPM module?
The text was updated successfully, but these errors were encountered:
The first use case that I thought of when I saw llparse was a csv parser that could be used as an npm module. Not sure if parsing csv with llparse is possible yet but if it was, having a npm module for that would be very useful.
I have started Verilog Preprocessor project using
llparse
here: https://github.com/drom/vpreprocIt looks like a good tool for the task.
Wouldn't it be nice if
llparse
could generate NAPI bindings, then every parser would be a proper NPM module?The text was updated successfully, but these errors were encountered: