代码搜索:parser
找到约 10,000 项符合「parser」的源代码
代码结果 10,000
www.eeworm.com/read/201858/15394299
java slprectree.java
/************************************************************
* This is a recursive descent tree builder for the SLP *
* language. This parser uses the SLP lexical analyser *
* produced
www.eeworm.com/read/102013/15794960
c fw.c
//-----------------------------------------------------------------------------
// File: fw.c
// Contents: Firmware frameworks task dispatcher and device request parser
// sou
www.eeworm.com/read/428185/8884893
changelog
1.0.0:
2003-12-18 Ephraim Vider
* examples/sax_parser_build_dom/svgelement.cc,svgpath.h:
- removed unneeded method qualification (msvc6 error)
* examples/sax_parser_entities/
www.eeworm.com/read/417741/10977134
java robotsmetatagparser.java
package ir.webutils;
import java.util.*;
import java.net.*;
import javax.swing.text.*;
import javax.swing.text.html.*;
import javax.swing.text.html.parser.*;
import java.io.*;
/**
* Parser callback
www.eeworm.com/read/457234/7330552
l lex.l
%{
#define USE_PURE_PARSER
#ifdef USE_PURE_PARSER
#define YY_DECL int yylex (YYSTYPE *lvalp)
#define YY_LVALP lvalp
#else
#define YY_LVALP (&yylval)
#endif
/* get current pos (offset from start of
www.eeworm.com/read/451308/7467580
java robotsmetatagparser.java
package ir.webutils;
import java.util.*;
import java.net.*;
import javax.swing.text.*;
import javax.swing.text.html.*;
import javax.swing.text.html.parser.*;
import java.io.*;
/**
* Parser callback
www.eeworm.com/read/238483/13883384
y css_syntax.y
%{
#include
#include
#include "css_lex.h"
#include "parser.h"
#define YYPARSE_PARAM yyparam
#define YYERROR_VERBOSE 1
//#define YYDEBUG 1
%}
%pure_parser
%union {
char *lexem
www.eeworm.com/read/136989/5827834
cpp parserinternals.cpp
// ParserInternals.cpp,v 1.2 2003/05/30 03:31:49 kitty Exp
#include "ACEXML/parser/parser/ParserInternals.h"
const ACEXML_Char* ACEXML_ParserInt::predef_ent_[] = {
ACE_TEXT ("amp"),
ACE_
www.eeworm.com/read/136989/5833064
h y.tab.h
// y.tab.h,v 1.55 2003/08/26 23:06:34 parsons Exp
/* A Bison parser, made by GNU Bison 1.875b. */
/* Skeleton parser for Yacc-like parsing with Bison,
Copyright (C) 1984, 1989, 1990, 2000, 20
www.eeworm.com/read/127739/6001332
h asn1p_expr.h
/*
* A collection of data members of unspecified types.
*/
#ifndef ASN1_PARSER_EXPR_H
#define ASN1_PARSER_EXPR_H
/*
* Meta type of the ASN expression.
*/
typedef enum asn1p_expr_meta {
AMT_INVAL