Displaying 2 results from an estimated 2 matches for "5fa2fee3".
2011 Oct 21
0
[LLVMdev] LLVM Language Reference Strictness
...t have lots of problems.
This is compounded over time as things change.
Hopefully what I do will meet with acceptance. I'll take that chance.
Reed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111021/5fa2fee3/attachment.html>
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