代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/435917/7780986
awk addopcodes.awk
#!/usr/bin/awk
#
# This script appends additional token codes to the end of the
# parse.h file that lemon generates. These extra token codes are
# not used by the parser. But they are used by the to
www.eeworm.com/read/297205/8045221
java reduce_action.java
package java_cup;
/** This class represents a reduce action within the parse table.
* The action simply stores the production that it reduces with and
* responds to queries about its type.
*
www.eeworm.com/read/323871/13312487
lua set text strings.lua
-- Set Text Strings
-- For this example, keep the strings in a table, you could parse a textfile
textstrings = {}
textstrings[0] = "This is text string 0"
textstrings[1] = "Text string 1"
texts
www.eeworm.com/read/314474/13566605
h option.h
/*
* option.h --
* This defines the Option type and the interface to the
* Opt_Parse library call that parses command lines.
*
* Copyright 1988, 1991 Regents of the University of California
* Pe
www.eeworm.com/read/309649/13667258
c stptok.c
/* +++Date last modified: 05-Jul-1997 */
/*
** stptok() -- public domain by Ray Gardner, modified by Bob Stout
**
** You pass this function a string to parse, a buffer to receive the
** "t
www.eeworm.com/read/300969/13876946
c misc.c
/* This file contains a collection of miscellaneous procedures:
* mem_init: initialize memory tables. Some memory is reported
* by the BIOS, some is guesstimated and checked later
* env_parse
www.eeworm.com/read/148359/5714757
py content.py
#
# this file contains routines used to parse the content of documentation
# comment block and build a more structured objects out of them
#
from sources import *
from utils import *
import string,
www.eeworm.com/read/146392/5738511
java parser.java
/* Copyright (c) 2000-2004 jMock.org
*/
package org.jmock.examples.calculator;
public interface Parser
{
Expression parse( String expressionString ) throws ParseException;
}
www.eeworm.com/read/142536/5764596
c inpdoopt.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
**********/
/* INPdoOpts(ckt,option card)
* parse the options off of
www.eeworm.com/read/134071/5895209
py content.py
#
# this file contains routines used to parse the content of documentation
# comment block and build a more structured objects out of them
#
from sources import *
from utils import *
import string,