antlr/Antlr4.Runtime
Sam Harwell 92c2c8947a Implement ANTLRFileStream.Load 2013-02-19 15:48:54 -06:00
..
Atn Implement ATNConfigSet.StripHiddenConfigs 2013-02-19 15:44:12 -06:00
Dfa Collections usage 2013-02-19 15:30:46 -06:00
Misc Implement IntervalSet.Add 2013-02-19 15:48:07 -06:00
Properties Add empty project for the Antlr4.Runtime assembly 2013-02-16 10:06:38 -06:00
Sharpen Updated implementations of EmptyList, EmptyMap, SingletonList, and SingletonMap 2013-02-19 15:13:57 -06:00
Tree Add required explicit interface implementations 2013-02-18 15:31:24 -06:00
ANTLRFileStream.cs Implement ANTLRFileStream.Load 2013-02-19 15:48:54 -06:00
ANTLRInputStream.cs The override keyword should not be generated for interface implementations when -separateInterfaceConstants is specified 2013-02-18 17:11:58 -06:00
Antlr4.Runtime.csproj Initial BitSet implementation stub 2013-02-18 18:27:55 -06:00
BailErrorStrategy.cs Merge branch 'sharpen' 2013-02-16 15:24:17 -06:00
BaseErrorListener.cs Use IRecognizer interface 2013-02-18 19:56:57 -06:00
BufferedTokenStream.cs Merge branch 'sharpen' 2013-02-18 17:18:30 -06:00
CommonToken.cs Merge branch 'sharpen' 2013-02-18 13:16:09 -06:00
CommonTokenFactory.cs Add required explicit interface implementations 2013-02-18 15:31:24 -06:00
CommonTokenStream.cs Add and use the -separateInterfaceConstants option 2013-02-18 13:14:07 -06:00
ConsoleErrorListener.cs Use IRecognizer interface 2013-02-18 19:56:57 -06:00
DefaultErrorStrategy.cs Merge branch 'sharpen' 2013-02-18 19:34:42 -06:00
Dependents.cs Use spaces instead of tabs 2013-02-16 10:11:17 -06:00
DiagnosticErrorListener.cs Updated format strings 2013-02-18 20:03:59 -06:00
FailedPredicateException.cs Merge branch 'sharpen' 2013-02-18 19:34:42 -06:00
IAntlrErrorListener`1.cs Use IRecognizer interface 2013-02-18 19:56:57 -06:00
IAntlrErrorStrategy.cs Use spaces instead of tabs 2013-02-16 10:11:17 -06:00
ICharStream.cs Nullable and NotNull Annotations apply to return values, not methods 2013-02-18 14:24:14 -06:00
IIntStream.cs Add and use the -separateInterfaceConstants option 2013-02-18 13:14:07 -06:00
IParserErrorListener.cs BitArray isn't a good replacement for BitSet, will need to provide a proper implementation 2013-02-18 17:17:17 -06:00
IRecognizer.cs Add State and InputStream to the IRecognizer interface 2013-02-18 19:37:10 -06:00
IToken.cs Add and use the -separateInterfaceConstants option 2013-02-18 13:14:07 -06:00
ITokenFactory.cs Small fixes 2013-02-16 16:33:47 -06:00
ITokenSource.cs Use spaces instead of tabs 2013-02-16 10:11:17 -06:00
ITokenStream.cs Nullable and NotNull Annotations apply to return values, not methods 2013-02-18 14:24:14 -06:00
IWritableToken.cs Use spaces instead of tabs 2013-02-16 10:11:17 -06:00
InputMismatchException.cs Updated annotations in RecognitionException 2013-02-18 19:34:29 -06:00
Lexer.cs default 0 instead of null for int 2013-02-19 15:31:49 -06:00
LexerNoViableAltException.cs Updated format strings 2013-02-18 20:03:59 -06:00
NoViableAltException.cs Use IRecognizer interface in exceptions 2013-02-18 19:38:59 -06:00
Parser.cs Merge branch 'sharpen' 2013-02-18 13:16:09 -06:00
ParserRuleContext.cs Reverse collection 2013-02-19 15:32:07 -06:00
ProxyErrorListener`1.cs Merge branch 'sharpen' 2013-02-19 11:49:47 -06:00
ProxyParserErrorListener.cs Updated properties and parameter types 2013-02-19 11:45:58 -06:00
RecognitionException.cs Use IRecognizer interface in exceptions 2013-02-18 19:38:59 -06:00
Recognizer`2.cs Merge branch 'sharpen' 2013-02-18 19:34:42 -06:00
RuleContext.cs Fix generic method signature 2013-02-18 17:02:08 -06:00
TokenStreamRewriter.cs Use Remove method instead of Sharpen helper method 2013-02-19 11:24:33 -06:00
TokenTypes.cs Move constants from Lexer to TokenTypes 2013-02-16 10:56:08 -06:00
UnbufferedCharStream.cs Merge branch 'sharpen' 2013-02-18 17:18:30 -06:00
UnbufferedTokenStream.cs Nullable and NotNull Annotations apply to return values, not methods 2013-02-18 14:24:14 -06:00