代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/108242/6184097
ack syntax.ack
asmprog:
comment ?
statement
asmprog ; asmprog
asmprog comment ? \n asmprog
letter:
[._a-zA-Z]
digit:
[0-9]
identifier:
letter (letter | digit)*
digit [bf]
string:
'C-like string sequence
www.eeworm.com/read/106466/6192722
cs syntax.cs
// Syntax.cs
// Copyright (c) 2001 Mike Krueger
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published
www.eeworm.com/read/104961/6200719
cs syntax.cs
// Syntax.cs
// Copyright (c) 2001 Mike Krueger
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published
www.eeworm.com/read/101082/6240922
h syntax.h
/* --------------------------------------------------------- */
/* | Copyright (c) 1986, 1989 MIPS Computer Systems, Inc. | */
/* | All Rights Reserved. | */
/* -----
www.eeworm.com/read/100285/6270700
sgml syntax.sgml
SQL Syntax
SQL manipulates sets of data. The language is
composed of various key words
www.eeworm.com/read/409272/11337738
c syntax.c
#include
void main()
{
printf("1001 C & C++ Tips!);
}
www.eeworm.com/read/408091/11405189
cxx syntax.cxx
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifdef __GNUG__
#pragma implementation
#endif
#include "splib.h"
#include "Syntax.h"
#include "Sd.h"
#include "Charse