Boo.BooLangStudioSpecs.LexingBaseFixture.GetLexer C# (CSharp) Method

GetLexer() public method

public GetLexer ( string line ) : antlr.TokenStream
line string
return antlr.TokenStream
        public antlr.TokenStream GetLexer(string line)
        {
            return Boo.Lang.Parser.BooParser.CreateBooLexer(1, "", new StringReader(line));
        }