blue_source_core

来自「charp compiler」· 代码 · 共 31 行

TXT
31
字号
#-----------------------------------------------------
# Used to build the blue compiler
# Core options that are common to both C# and Blue
# ex:
# csc /out:Blue.exe @blue_source_core
# blue /out:Dogfood.exe @blue_source_core
#-----------------------------------------------------

# Infrastructure 
main.cs PublicInterfaces.cs Error.cs Options.cs 

# AST 
TypeAST.cs ObjExpAST.cs ExpAST.cs StatementAST.cs AST.cs 

# Stage 1) Lexer and Parser
lexer.cs parser.cs 

# Stage 2) Symbol Resolution
Symbol.cs SymbolErrors.cs TypeSymbol.cs SemanticChecker.cs Scope.cs 

# Stage 3) Codegeneration.
EmitCodeGen.cs 

/debug
/d:DEBUG

/m:Blue.Driver

/r:System.dll
/r:System.Xml.dll

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?