OpenTimer / Parser-Verilog

A Standalone Structural Verilog Parser
MIT License
79 stars 33 forks source link

Updates regarding FLEX and experimental filesystem #5

Closed gephaistos closed 3 years ago

gephaistos commented 3 years ago

Remove deprecated directive warning for lexer. Switch usage of std::experimental::filesystem to std::filesystem as it has been merged into the mainline ISO C++ standard.

tsung-wei-huang commented 3 years ago

Thanks!