Lex Li
Lex Li
@sharwell A possible way to avoid confusion is to list which packages belong to a release. I did that for another project, https://github.com/dockpanelsuite/dockpanelsuite/releases
@shiloh09630 There are several C# based projects (like [NHibernate](https://github.com/nhibernate/nhibernate-core/tree/master/src/NHibernate/Hql/Ast/ANTLR) and [my little parser](https://github.com/lextm/restructuredtext-antlr)) using ANTLR so if you want a reliable tutorial, please * Dump most of the blog posts...
I don't understand what exactly you are asking for. The owners of this repo have no responsibility over guides written by others. And if the steps of "I had to...
https://github.com/Azure/DotNetty/issues?utf8=✓&q=is%3Aissue+linux
ANTLR 4 replaced ANTLR 3 a long while ago, so you should switch to https://github.com/antlr/antlr4/tree/master/runtime/CSharp/src
StringTemplate remains 4.x, https://www.stringtemplate.org/ So this repo already contains the latest C# port (4.x). As a library of very specific features, I don't see a need of frequent updates. It...
Related to https://github.com/tunnelvisionlabs/antlr4cs/issues/341
@smaillet the `toc` warning you got is desired and not related to this file lock issue. That's caused by the "version" parts I used in the `docfx.json`. If you rip...
@smaillet Thanks for mentioning the merge operation. I did a quick test but hit another bug #2286 . Overall, this tool can work in simplest setup, but can break if...
@macrogreg If you read other threads, such as https://github.com/dotnet/docfx/issues/7050, you should know that placing any hope on this project is not realistic.