Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
veltas
on Aug 21, 2021
|
parent
|
context
|
favorite
| on:
Parser generators vs. handwritten parsers: surveyi...
> Clang. Not only handwritten but the same file handles parsing C, Objective-C and C++.
And it's under 3000 lines!
https://github.com/llvm/llvm-project/blob/llvmorg-12.0.1/cla...
NilsIRL
on Aug 21, 2021
[–]
It seems to me that the parsing code in clang is distributed over multiple files which together are way more than 3000 lines:
https://github.com/llvm/llvm-project/tree/llvmorg-12.0.1/cla...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
And it's under 3000 lines!
https://github.com/llvm/llvm-project/blob/llvmorg-12.0.1/cla...