代码搜索:parse

找到约 10,000 项符合「parse」的源代码

代码结果 10,000
www.eeworm.com/read/270669/11030360

c cmdparse.c

/* Parse command line, set up command arguments Unix-style, and call function. * Note: argument is modified (delimiters are overwritten with nulls) * */ #include #include "global.h"
www.eeworm.com/read/467642/7006550

lex tiger.lex

package Parse; import ErrorMsg.ErrorMsg; %% %implements Lexer %function nextToken %type java_cup.runtime.Symbol %char %{ private void newline() { errorMsg.newline(yychar); } private void err(in
www.eeworm.com/read/467642/7006567

cup grm.cup

package Parse; action code {: static Symbol.Symbol sym(String s) { return Symbol.Symbol.symbol(s); } :}; parser code {: public Absyn.Exp parseResult; Lexer lexer; pu
www.eeworm.com/read/460770/7240998

pl afmmetrics.pl

#!/usr/bin/perl # # Parse AFM metric files # @widths = ((undef)x256); while ( $line = ) { if ( $line =~ /^\s*FontName\s+(.*)\s*$/ ) { $fontname = $1; } elsif ( $line =~ /^\s*StartCh
www.eeworm.com/read/459399/7275875

txt readme.txt

JS Tokenizer 1.0 This small class can easily parse a string, and generate different kind of tokens. It's very simple and straight-forward. It can perform as a base for other string parsing scripts
www.eeworm.com/read/449996/7491946

c cmdparse.c

/* Parse command line, set up command arguments Unix-style, and call function. * Note: argument is modified (delimiters are overwritten with nulls) * */ #include #include "global.h"
www.eeworm.com/read/439441/7708816

c node.c

/* Functions to generate C or Verilog code from HCL */ /* This file maintains a parse tree representation of expressions */ #include #include #include #include
www.eeworm.com/read/437877/7740510

h ebquery.h

/* ebquery.h - handle query and cookie then parse it */ /* Copyright(C) eyBuild Group, 2005, 2006. All Rights Reserved. */ /* modification history -------------------- 01a, 2006-01-13, newzy
www.eeworm.com/read/437619/7744719

c cmdparse.c

/* Parse command line, set up command arguments Unix-style, and call function. * Note: argument is modified (delimiters are overwritten with nulls) * */ #include #include "global.h"
www.eeworm.com/read/437118/7754804

java result.java

package GUI; import Parse.sym; import java_cup.runtime.Symbol; public class Result { String result; Symbol tok; public Result() { result=""; tok=null; } public Result(String