代码搜索:parser
找到约 10,000 项符合「parser」的源代码
代码结果 10,000
www.eeworm.com/read/100133/6273593
g idl.g
options {
language = "Sather";
}
/*
* This is a complete parser for the IDL language as defined
* by the CORBA 2.0 specification. It will allow those who
* need an IDL parser to get up
www.eeworm.com/read/100133/6273643
g treewalk.g
options {
language = "Sather";
}
class LANG_PARSER extends Parser;
options {
buildAST=true;
}
tokens {
BLOCK; // imaginary token
}
block
: LCURLY! ( statement )* RCURLY!
// a
www.eeworm.com/read/116270/14981370
c engine.c
/*
parser suite - and / or / nothing / something parsers
parser = [token] -> ([token],status)
implemented as sideeffecting on [token], returns status.
*/
# include "cc.h"
/* for deb
www.eeworm.com/read/488612/1227951
properties configuration.properties
#
# Defines, whether the parser should try to validate against
# a possibly given DTD.
org.jfree.report.modules.parser.base.Validate=true
www.eeworm.com/read/456693/1604574
check acceler.c.check
/* Portions Copyright (c) 2005 Nokia Corporation */
/* Parser accelerator module */
/* The parser as originally conceived had disappointing performance.
This module does some precomputation
www.eeworm.com/read/456693/1604581
c acceler.c
/* Portions Copyright (c) 2005 Nokia Corporation */
/* Parser accelerator module */
/* The parser as originally conceived had disappointing performance.
This module does some precomputation
www.eeworm.com/read/456693/1604586
orig acceler.c.orig
/* Portions Copyright (c) 2005 Nokia Corporation */
/* Parser accelerator module */
/* The parser as originally conceived had disappointing performance.
This module does some precomputation
www.eeworm.com/read/456693/1604589
print acceler.c.print
/* Portions Copyright (c) 2005 Nokia Corporation */
/* Parser accelerator module */
/* The parser as originally conceived had disappointing performance.
This module does some precomputation
www.eeworm.com/read/242732/4537555
h xmlio.h
/*
* Summary: interface for the I/O interfaces used by the parser
* Description: interface for the I/O interfaces used by the parser
*
* Copy: See Copyright for the status of this software.
www.eeworm.com/read/229812/4746672
txt dlgprs.txt
Dialog Parser
-------------
Note:
=====
Originally I intended the parser to generate code which actually creates
the controls under WClass, but it was too much work at the time so