TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
A non-blocking lexing toolkit for Scala in less than 800 lines of code
36 点
作者
adg001
大约 15 年前
2 条评论
swah
大约 15 年前
Collapse
Nice, not as verbose as I thought Scala code was...
评论 #1314944 未加载
jongraehl
大约 15 年前
On-the-fly derivative of RE seems like it would offer horrible performance. I suppose memoization could help, though.