Skip to content
#

nitpick-lang

Here are 8 public repositories matching this topic...

A terminal user-interface library for Nitpick — zero dependencies, no libc, no terminfo. Deterministic byte-level rendering, deadline-bounded input, and terminal restoration guaranteed on the trap path.

  • Updated Sep 3, 2026

Regular expressions for Nitpick — linear time guaranteed on every pattern and every input. Automata-based, zero dependency, no libc, no syscalls. Catastrophic backtracking is not slow here; it is impossible.

  • Updated Sep 4, 2026
  • Python

Multi-format parsing for Nitpick — one event stream, one document model, one set of scanning primitives, formats as plugins. JSON, TOML, CSV and YAML. A syntax error is a value, not an error: no input can stop your program.

  • Updated Sep 3, 2026

Dates, times and time zones for Nitpick — zero dependency, no libc, no system tzdb. The IANA database is compiled in from a pinned release, so the same program gives the same answer on every machine. Monotonic and wall clocks are different types.

  • Updated Sep 4, 2026

Add this topic to your repo

To associate your repository with the nitpick-lang topic, visit your repo's landing page and select "manage topics."

Learn more