Story

Show HN: I made a HTML parser with it's own matching language in C

hexderm Monday, June 16, 2025

Realistically speaking it's mostly useful for scraping, since parser works only in immutable state - it creates dom elements referencing original string, so changes to it are not cost effective. This approach has the benefit of increadibly small memory usage.

Here's python api if you want to test it https://github.com/TUVIMEN/reliq-python , pypi packages are compiled for windows, x86 aarch64 armv7 linux, and macos.

Summary
The article discusses Reliq, an open-source software development kit (SDK) for building relational user interfaces. Reliq provides a framework for creating interactive and scalable web applications with a focus on performance and developer productivity.
4 0
Summary
github.com
Visit article Read on Hacker News