gmCAD

Results 3 issues of gmCAD

Should the following libraries be added to the GLCore.h? ```c #include "GLCore/Core/Input.h" #include "GLCore/Core/MouseButtonCodes.h" #include "GLCore/Core/KeyCodes.h" ``` In the sandbox example, I was trying to get the mouse location to...

**Summary** Verible currently does not expose comments as first-class tokens/nodes in the parse tree/formatter output, which makes it hard to build tooling that needs to analyze, transform, or preserve comments...

rejects-valid syntax

**Description** Verible reports a syntax error when parsing modules that use Non-ANSI Verilog port declarations. **Example of Failing Code** ```systemverilog module test(a); input var real a; endmodule ``` **Error Message**...

rejects-valid syntax