Haibo Huang

Results 2 comments of Haibo Huang

It is possible that some template instantiation become visible without _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS. But it is difficult to locate what is changed. I eye scanned through `string` but didn't notice any obvious...

Found a Bison to ANTLR converter written in C#. Maybe useful? https://github.com/kaby76/AntlrExamples/tree/master/Bison The implementation is not complicated. Maybe it can be extended to generate a listener class to output AST?...