Parser Articles
Page 1 of 1
(3 articles)
3/10/2020
•
EN
Fast parsing of String Sets in Elm
Explains how to efficiently parse a set of known strings in Elm by building a trie-like structure to avoid the performance pitfalls of Parser.oneOf.
10/21/2019
•
EN
TypeScript Contribution Diary: Improved Syntax Error for Enum Member Colons
A developer's journey to improve TypeScript's error message for using a colon instead of an equals sign in enum member assignments.