代码搜索结果

找到约 10,000 项符合 G 的代码

test.g

/* C++ interface test of Parser Exception Handling * * Given input: * * if a+ then a=b+b; * * the program should respond with * * invalid conditional in 'if' statement * found assignment t

test.g

/* This is test.g which tests a simple DLG-based scanner, but with * a main() in another file. */ #header

test.g

/* This is test.g which tests a simple DLG-based scanner using string input */

test.g

/* This is test.g which tests linking multiple scanners/parsers together; * DLG-based scanner */ > #token "[\ \t\n]+" class A { e : IDENTIFIE

test.g

/* This tests a simple DLG-based scanner plus (...)? predicates */

test.g

/* Ariel Tamches (tamches@cs.wisc.edu): * This tests linking in a simple non-DLG scanner with user-defined token * types. */ /* All TokenType's must have some end-of-file token; You must define

k9g8g08.c

#include #include "..\include\pin6410.h" #include "..\include\Jtag.h" #include "..\include\K9g8g08.h" #include "..\include\sjf6410.h" //#define BAD_CHECK (0) #define BAD_CHECK (1)

k9g8g08.h

#ifndef __K9g8g08_H__ #define __K9g8g08_H__ void K9g8g08_Menu(void); #endif //__K9g8g08_H__