Y
Hacker News
new
|
ask
|
show
|
jobs
by
DougBTX
2190 days ago
C# is `foo.bar<T>()`, I’m not sure what compromises that had to make for that to work but from an end-user perspective it works well.
1 comments
oxnrtr
2189 days ago
They parse it one way, and if they figure out the other parse option was right, they go back and fix the parse tree.
Basically, unlimited look-ahead.
link
lostmsu
2187 days ago
Is it somehow a problem?
link
Basically, unlimited look-ahead.