代码搜索:Tinyc
找到约 39 项符合「Tinyc」的源代码
代码结果 39
www.eeworm.com/read/100133/6273613
g tinyc.g
/*
* Make sure to run antlr.Tool on the lexer.g file first!
*/
options {
mangleLiteralPrefix = "TK_";
language = "Sather";
}
{
class MAIN is
main ( args : ARRAY{STR} ) is
if
www.eeworm.com/read/100133/6273738
g tinyc.g
/*
* Make sure to run antlr.Tool on the lexer.g file first!
*/
options {
mangleLiteralPrefix = "TK_";
}
{
import java.io.*;
class Main {
public static void main(String[] args) {
try {
TinyC
www.eeworm.com/read/100133/6273828
g tinyc.g
/*
* Make sure to run antlr.Tool on the lexer.g file first!
*/
options {
mangleLiteralPrefix = "TK_";
language="Cpp";
}
class TinyCParser extends Parser;
options {
importVocab=TinyC; // use voca
www.eeworm.com/read/401439/11557665
dsw tinyc.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/401439/11557671
exe tinyc.exe
www.eeworm.com/read/401439/11557677
ncb tinyc.ncb
www.eeworm.com/read/401439/11557681
c tinyc.c
/* 张皖龙 @ SEU */
#include "Globals.h"
#include "Util.h"
#include "Scan.h"
#include "Parse.h"
#include "Symtab.h"
#include "Analyze.h"
#include "CodeGen.h"
#define NO_ANALYZE FALSE
/* 分配全
www.eeworm.com/read/401439/11557683
plg tinyc.plg
Build Log
--------------------Configuration: TinyC - Win32 Debug--------------------
Command Lines
Results
TinyC.exe - 0 error(
www.eeworm.com/read/401439/11557684
dsp tinyc.dsp
# Microsoft Developer Studio Project File - Name="TinyC" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/401439/11557685