HACKER Q&A
📣 mardiyah

How can V compile 1M code lines/s while doing implicit type parsing


as I asked such to Zig, replied: it does make parsing harder https://github.com/ziglang/zig/issues/181#issuecomment-244956341, https://github.com/ziglang/zig/issues/181#issuecomment-244956341

https://github.com/vlang/V/


  👤 fao_ Accepted Answer ✓
Read the code? There's a view of the layout of the code here and a simple description of what each part does: https://github.com/vlang/v/blob/master/CONTRIBUTING.md

I just typed 'type parsing' into the repo's search box and it was the second result.


👤 chrisseaton
What is 'implicit type parsing' in this context?

👤 rurban