search for: byother

Displaying 3 results from an estimated 3 matches for "byother".

Did you mean: bother
2004 Aug 04
2
[LLVMdev] Compiler Driver [high-level comments]
...</group> > </configuration> > > I think something like this satisfies all the goals: > * simple and easy; recursive descent parser is a no-brainer > * XML format with full DTD (RNG or XML Schema) that can be > used byother > tools to auto-configure llvmcs > * structured so we can extend in the future > > Reid, while I see the power and extensibility of this, it seems way > overkill for what the driver will do. The driver should not be > replacing Makefiles, which are the way to o...
2004 Aug 03
0
[LLVMdev] Compiler Driver [high-level comments]
Some additional responses (this covers multiple previous messages): > As part of my work on bug 353: Create Front End Framework And Compiler > Driver (http://llvm.cs.uiuc.edu/PR353), I'm starting a discussion on > the > design and requirements of the compiler driver. Thanks very much for taking the lead on this, Reid. I think this will prove to be a valuable thing and, as you
2004 Aug 03
3
[LLVMdev] Compiler Driver [high-level comments]
On Mon, 2 Aug 2004, Reid Spencer wrote: > I have a very simple XML document type that I use for configuring XPS > systems. There's only four elements and it follows much the same kind of > grouped name/value pairs that Chris is suggesting. Chris' example would > be like: > <configuration name="llvm"> > <group name=".c"> > <item