antlrcs icon indicating copy to clipboard operation
antlrcs copied to clipboard

The C# port of ANTLR 3, StringTemplate 3, and StringTemplate 4

Results 23 antlrcs issues
Sort by recently updated
recently updated
newest added

Should I use StringTemplate (C# target) in a new project? Please advise

Hi, i was trying to upgrade our project from older antlr 3.4 to the latest 3.5 (tried various version including the latest 3.5.2-rc1) but I keep getting a compilation error...

I currently have antlr 3.1.1 in my code. I am planning to move to 3.5.0.2 so I installed it from Nuget. Upon installing I encountered errors in the generated Lexer...

Loading a template group file using a URI (as below) is expecting a local file path and not a web address. ``` var templateGroupFile = new TemplateGroupFile( templateGroupS3Uri, Encoding.Default, '$',...

When iterating over a list, separators for items skipped at the beginning of a list are not output, but once an item in the list is output, separators are output...

I have a directory containing several .st files. When I issue the following commands, the calling of GetInstanceOf throws NulReferenceException. Both the directory and the "CGlobals.st" file cited below exists...

Currently I'm receiving the following error in a .net core project: `error PS0264: Ambiguous match: need to map 'System.Runtime.Serialization.StreamingContext, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Context=Runtime' and have several candidates: 'System.Runtime.Serialization.StreamingContext, Antlr3.Runtime,...

enhancement

** NOT SAFE AS IS ** _This review is mostly to start the discussion and get a feel for how open the maintainers are to breaking changes_ # Problem During...

… is called indirectly by Template.Render()) `.Where(i => i.IsAssignableFrom(key))` is using `key` which is captured from the surrounding closure. Therefore, the runtime allocates a new object to capture the `Func`...