Skip to content

Releases: najaeda/naja-verilog

v1.1.1

14 Mar 13:58
03063bd
Compare
Choose a tag to compare

What's Changed

  • Stop using C++ default == operator to avoid build issues.
  • Update cmake settings to be able to find FlexLexer.h on macOS using Homebrew
  • Update README accordingly

Full Changelog: v1.1.0...v1.1.1

v1.1.0

12 Mar 12:16
3d4513b
Compare
Choose a tag to compare

Replace collected strings by Identifier.
Identifier is a struct containing name_: the collected string without the eventual escaping characters and _escaped == true if identifier was escaped.

v1.0.1

08 Nov 10:03
Compare
Choose a tag to compare

First naja-verilog release.
API is stable enough to create this first release.
API documentation is available in project's README.