代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/309671/13666616
cs syntax.cs
using System;using Tools;
namespace RFC1157 {
//%+ObjectType
[Serializable] public class ObjectType : SYMBOL{
public string help ="";
public ObjectType (Parser yyq, Attribs b ):base(yyq){ h
www.eeworm.com/read/308442/13701190
c syntax.c
#include
void main()
{
printf("1001 C & C++ Tips!);
}
www.eeworm.com/read/308312/13704336
cs syntax.cs
using System;
using System.Text;
using System.IO;
namespace Syntax_Analyzer
{
class Syntax
{
StreamReader myStreamReader;
int t;
int[] lengh;
int l =0;
string[] gramm
www.eeworm.com/read/307145/13727694
small syntax.small
expression ::= this that #
this ::= "a" | "b" | "c" | "x" #
that ::= "+" [genlt] #
www.eeworm.com/read/307145/13727698
txt syntax.txt
expression ::= this that #
this ::= "a" | "b" | "c" | "x" #
that ::= "+" [genlt] #
www.eeworm.com/read/307145/13727702
big syntax.big
expression ::= logical-OR-expression #
empty ::= "" #
letter (parletter) :L:= "a" | "b" | "c" #
primary-expression ::= identifier [genid] | constant [genconst] | "(" expression ")" #
identifier :L
www.eeworm.com/read/306645/13740654
gif syntax.gif
www.eeworm.com/read/301198/13863982
c syntax.c
#include
void main()
{
printf("1001 C & C++ Tips!);
}
www.eeworm.com/read/146087/5739983
syntax java.syntax
/////////////////
// Java syntax //
/////////////////
// 19.2) The Syntactic Grammar
goal ::= compilation_unit
;
// 19.3) Lexical Structure.
literal ::= INTEGER_LITERAL
| FLOATING_POINT_LITERAL
|