view dsss.conf @ 93:621cedba53ea new_gen

Removed the Symbol from semantics - it was not needed anymore. From now on you set the type by doing a setType on an Identifier.
author Anders Johnsen <skabet@gmail.com>
date Mon, 05 May 2008 20:53:13 +0200
parents 192da4976daa
children 570a4917413a
line wrap: on
line source

[lexer]
[parser]
[ast]
[gen]


[dang/compiler.d]
Target = Dang
buildflags =  -llstdc++ \
 -llLLVMSystem -llLLVMSupport -llLLVMCore -llLLVMBitWriter -llLLVMBitReader -llLLVMAnalysis -llLLVMTarget \
 -llLLVMTransformUtils -llLLVMScalarOpts -llLLVMipa -llLLVMipo \
 -llLLVMInstrumentation -llllvm-c-ext -lldl

[tests/run.d]
Target = tests/run
buildflags = -llllvm-c-ext -llstdc++ \
 -llLLVMCore -llLLVMBitWriter -llLLVMBitReader -llLLVMAnalysis -llLLVMTarget \
 -llLLVMTransformUtils -llLLVMScalarOpts -llLLVMipa -llLLVMipo \
 -llLLVMInstrumentation -llLLVMSystem -llLLVMSupport