代码搜索:parser
找到约 10,000 项符合「parser」的源代码
代码结果 10,000
www.eeworm.com/read/124637/6042909
cs abstractastvisitor.cs
using System;
using System.Collections;
using ICSharpCode.SharpRefactory.Parser.AST.VB;
namespace ICSharpCode.SharpRefactory.Parser.VB
{
public abstract class AbstractASTVisitor : IASTVisitor
www.eeworm.com/read/100133/6273619
g p.g
options {
language = "Sather";
}
class P_PARSER extends Parser;
{
println( s : STR ) is
OUT::create + s + '\n';
end;
}
startRule
: ( decl )+
;
decl: INT a:ID { println("decl "
www.eeworm.com/read/100046/6274410
h csmr.h
/*
Machine-readable parser for libpics
!Machine-readable parser!
*/
/*
** (c) COPYRIGHT MIT 1996.
** Please first read the full copyright statement in the file COPYRIGH.
*/
/*
This mod
www.eeworm.com/read/474341/1394393
py web.py
"""DOM parser for Web search results
Implement a simple DOM parsers for the Yahoo Search Web Services
web search APIs. This provides parser for the following Web search
classes:
WebSearch
www.eeworm.com/read/250396/4431586
pas rtcparseex.pas
{
@html()
Extended Parser
@html()
- Copyright (c) Danijel Tkalcec
@html()
This unit defines an extended parser which is designed to be used either
stand-alone or
www.eeworm.com/read/239567/4597671
java sequencialastiteratorvisitor.java
package org.python.pydev.parser.visitors.scope;
import org.python.pydev.parser.jython.SimpleNode;
public class SequencialASTIteratorVisitor extends EasyAstIteratorBase{
protected Object u
www.eeworm.com/read/227684/4770411
sml html-attr-vals.sml
(* html-attr-vals.sml
*
* COPYRIGHT (c) 1996 AT&T Research.
*
* This structure is necessary since the attrs type is used in the parser,
* and there is no way to get it into the parser's signature
www.eeworm.com/read/206619/5006958
cs lookuptablevisitor.cs
using System;
using System.Drawing;
using System.Collections;
using ICSharpCode.SharpRefactory.Parser.AST;
namespace ICSharpCode.SharpRefactory.Parser
{
public class LocalLookupVariable
{
www.eeworm.com/read/206619/5007252
cs typeofexpression.cs
using System;
using System.Collections;
using ICSharpCode.SharpRefactory.Parser.VB;
namespace ICSharpCode.SharpRefactory.Parser.AST.VB
{
public class TypeOfExpression : Expression
{
Typ
www.eeworm.com/read/206619/5007257
cs gettypeexpression.cs
using System;
using System.Collections;
using ICSharpCode.SharpRefactory.Parser.VB;
namespace ICSharpCode.SharpRefactory.Parser.AST.VB
{
public class GetTypeExpression : Expression
{
Ty