swift-justhtml
A new dependency-free HTML5 parser for Swift called swift-justhtml is introduced, with performance benchmarks comparing it to implementations in Rust, JavaScript, and Python.
A new dependency-free HTML5 parser for Swift called swift-justhtml is introduced, with performance benchmarks comparing it to implementations in Rust, JavaScript, and Python.
Explores error handling and propagation in Fortran when parsing strings to create polylines, using custom derived types.
Explores implementing an Either type in Fortran for error handling, using a point parsing function as a practical example.
A developer shares first impressions of the Gleam programming language while building an AIM log parser, covering basics like CLI args and build commands.
Explores the concept of 'Progressive JSON', a method for streaming JSON data to clients in a usable, incomplete state, similar to Progressive JPEGs.
An update on vdirsyncer's development, focusing on the design and requirements of a new low-level iCalendar/vCard parser for performance and specific use cases.
The author discusses the process of selecting a new configuration format for the upcoming vdirsyncer v2, comparing options like scfg and TOML.
A software developer investigates a bug in NS International's iCalendar file generation that caused a crash in the khal calendar tool.
A reference list of PHP 8.0 token names with their corresponding decimal and hexadecimal values for debugging and parsing.
A developer's cautionary tale about building an MVP too late, using a recipe ingredient parsing service as a case study.
A developer shares their journey of creating ELang, a simple interpreted programming language from scratch using Java, covering lexing, parsing, and execution.