HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jasone

no profile record

Submissions

The APLR(1) Algorithm Is Simpler and More Capable Than IELR(1)

branchtaken.com
8 points·by jasone·28 hari yang lalu·1 comments

comments

jasone
·10 hari yang lalu·discuss
As for most book-based movies, the book is IMO better.
jasone
·28 hari yang lalu·discuss
APLR(1) generates ~minimal parsers with the full power of canonical LR(1). Suitable for use with GLR, fast enough generation to be default algorithm. LALR(1) is obsolete.
jasone
·8 bulan yang lalu·discuss
The C47/R47 appears to use the 4-level XYZT stack design by default, but it has an option to use an 8-level stack (XYZTABCD). I really like the unlimited stack option that can be enabled in Free42, but 8 levels might be enough to keep from feeling cramped in practice.
jasone
·6 tahun yang lalu·discuss
This is the third time I've watched this video (admittedly with a bit of distraction today). After the first time I went off and learned about modular implicits, which appear to be a huge ergonomic improvement, especially the way the JaneStreet library APIs are designed. The second and third times I got increasingly sad that so much brain power is being sucked up by algebraic effects, to the detriment of other advancements. Oh well, that's their decision to make; JaneStreet continues to do huge service to OCaml in myriad ways, and I really value these tech talk videos as part of that.