代码搜索:parser
找到约 10,000 项符合「parser」的源代码
代码结果 10,000
www.eeworm.com/read/264880/4286792
lma parser.lma
/*@A (C) 1992 Allen I. Holub */
%{
#include
#include
#include
#include
#define CREATING
www.eeworm.com/read/264880/4286804
h parser.h
/*@A (C) 1992 Allen I. Holub */
/* PARSER.H This file contains those #defines, etc., that
* are used by both llama and yacc. There's also
* a ya
www.eeworm.com/read/264880/4286811
lex parser.lex
/*@A (C) 1992 Allen I. Holub */
%{
#include
#include
#include
#include
#include "llout.h"
www.eeworm.com/read/264058/4297735
java parser.java
/**
* Parser.java
*
* Example program to demonstrate using both a set of
* Prolog rules for parsing simple English sentences,
* and shows how to embed Sieuwert van Otterloo's Prolog Engine
www.eeworm.com/read/262476/4312823
y parser.y
%{
#include
#include
#include "v86bios.h"
#include "pci.h"
#define YYSTYPE unsigned long
#define MAX_VAR 0x20
CARD32 var[MAX_VAR];
CARD32 var_mem;
i86biosReg
www.eeworm.com/read/262419/4313592
h parser.h
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org
This library is free software; y
www.eeworm.com/read/262041/4316377
h parser.h
/*
* linux/include/linux/parser.h
*
* Header for lib/parser.c
* Intended use of these functions is parsing filesystem argument lists,
* but could potentially be used anywhere else that simpl
www.eeworm.com/read/261386/4322595
y parser.y
%{
#include
#include
#include "v86bios.h"
#include "pci.h"
#define YYSTYPE unsigned long
#define MAX_VAR 0x20
CARD32 var[MAX_VAR];
CARD32 var_mem;
i86biosReg
www.eeworm.com/read/260597/4331087
h parser.h
/* File: parser.h - Defines which apply to the QBI Parser */
/* NOTE: !!!see PARSER.INC for comments!!! */
/* NOTE: When making changes to this file, be su
www.eeworm.com/read/260597/4331125
inc parser.inc
; File: PARSER.INC
; NOTE: When making changes to this file, be sure to make equivalent
; changes to file PARSER.H
; NOTE: For comments, see parser.h
PARSER_INC = -1 ;remember that this file h