代码搜索结果

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

antlr.g

/* * antlr.g -- PCCTS Version 1.xx ANTLR * * Parse an antlr input grammar and build a syntax-diagram. * * Written in itself (needs at least 1.06 to work) * * SOFTWARE RIGHTS * * We reserve no

test.g

/* This is test.g which tests simple AST refs and construction */

test.g

/* Ariel Tamches (tamches@cs.wisc.edu): * This tests linking in a simple non-DLG scanner */ /* We assume that #tokdefs is not employed for this example; i.e., * ANTLR assigns token numbers. * *

test.g

/* This is test.g which tests a simple DLG-based scanner. * No garbage collection for tokens since our token can't * handle ref counting. */ /* ANTLR will assign token type numbers (by creating an

test.g

/* This is test.g which tests a simple DLG-based scanner * with user-defined tokens */ /* Here, we use #tokdefs to define token types, but still let DLG do the * lexing. ANTLR will not create a to

test.g

/* This is test.g which tests multiple scanners/parsers; DLG-based scanner; * also, we test multiple lexical classes. */

test.g

/* This is test.g which tests multiple scanners/parsers; DLG-based scanner */