代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/146087/5739985
syntax xml.syntax
////////////////////////////////////////////////////////
// XML 1.0 (3rd Edition) - Syntax as written on W3C site.
//
// Some rules are not used within document syntax tree.
// These were commented ou
www.eeworm.com/read/146087/5739986
syntax xpath.syntax
////////////////////////////////////////////////////////
// XPath 1.0 (November 1999), from W3C site.
// The full XPath syntax will be built by
// xpathSyntax.resolveFrom(xmlSyntax).
///////////////
www.eeworm.com/read/146087/5739989
syntax dtd.syntax
#########################################################
# Document Type Definition Syntax, referencing XML Syntax.
# The full DTD syntax will be built by
# dtdSyntax.resolveFrom(xmlSyntax).
######
www.eeworm.com/read/146087/5740026
syntax syntaxbuilder.syntax
# SyntaxBuilder EBNF synax description, written in its own syntax
/* This is just an example, the real syntax is in SyntaxBuilderSemantic.java */
// START rule
syntax ::= rule + // a syntax consists
www.eeworm.com/read/146087/5740027
syntax simplesyntax.syntax
#######################
// Simple sample syntax that uses no
// quantifiers, parenthesis and lexer symbols (".." or "-").
/*###################*/
grammar ::= grammar rule
| rule
;
rule ::= `id
www.eeworm.com/read/146087/5740033
java syntax.java
package fri.patterns.interpreter.parsergenerator.syntax;
import java.io.Serializable;
import java.util.*;
import fri.patterns.interpreter.parsergenerator.Token;
/**
A Syntax is a Rule list that can
www.eeworm.com/read/131315/5939783
c syntax.c
/* GNU Emacs routines to deal with syntax tables; also word and list parsing.
Copyright (C) 1985, 1987, 1990 Free Software Foundation, Inc.
This file is part of GNU Emacs.
GNU Emacs is free softw
www.eeworm.com/read/131315/5939815
h syntax.h
/* Declarations having to do with GNU Emacs syntax tables.
Copyright (C) 1985 Free Software Foundation, Inc.
This file is part of GNU Emacs.
GNU Emacs is free software; you can redistribute it an
www.eeworm.com/read/125819/6021369
cc syntax.cc
/*
* Simulator of microcontrollers (cmd.src/syntax.cc)
*
* Copyright (C) 1999,99 Drotos Daniel, Talker Bt.
*
* To contact author send email to drdani@mazsola.iit.uni-miskolc.hu
*
*/
/* This f