search for: 75c5a23d

Displaying 2 results from an estimated 2 matches for "75c5a23d".

2011 Oct 21
0
[LLVMdev] LLVM Language Reference Strictness
On 10/21/2011 09:28 AM, Owen Anderson wrote: > Reed, > > On Oct 20, 2011, at 9:47 AM, Reed Kotler wrote: >> I would like to see the many adhoc parsers in LLVM get replaced by ones >> generated from grammars. > > FYI, this is very unlikely to happen. The parsers in LLVM /were/ > historically generated from grammars (bison, as I recall), and those >
2011 Oct 21
3
[LLVMdev] LLVM Language Reference Strictness
Reed, On Oct 20, 2011, at 9:47 AM, Reed Kotler wrote: > I would like to see the many adhoc parsers in LLVM get replaced by ones > generated from grammars. FYI, this is very unlikely to happen. The parsers in LLVM were historically generated from grammars (bison, as I recall), and those implementations were removed in favor of hand-written implementations both because the latter were