cznic
cznic
The tool reports package level `init` functions as unused.
@corywalker yy now [supports](https://github.com/cznic/yy/blob/239f0af1c0047d8dc325a05c776fd88927d29823/README.md#directive-case) symbolic names for productions case numbers. I've addedd some "easy" names to wl at https://github.com/cznic/wl/commit/3af89c3e68a786cb9d126f44df52a20a9403941e. IIRC, we've discussed this option earlier and it's finally available. Please...
@opennota ``` jnml@r550:~/src/github.com/google/zopfli$ ls CONTRIBUTING.md CONTRIBUTORS COPYING Makefile README README.zopflipng src jnml@r550:~/src/github.com/google/zopfli$ git status On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working tree clean jnml@r550:~/src/github.com/google/zopfli$...
bypassed here: https://github.com/cznic/cc/commit/563948c33bbc4e7373939ff23637f66cc3131cd0 Updates cznic/virtual#1
```c void f(int n) { char a[n]; sizeof(a); } ``` In the above: - `Type.Kind()` of `a` should be `Array`, not `Ptr`. - `Value` of `sizeof a` should be nil,...
The problem propagates from `$go tool yacc` used by cznic/parser/yacc, see [issue #2](https://github.com/cznic/parser/issues/2)
- Explain the advantages. - Show which grammars won't work or will work differently without $default.
PTAL, thanks.