Changelog

May 26, 2026 ยท View on GitHub

26th May 2026: STRINGIFY built-in macro (#290)

STRINGIFY(hello world) # becomes "hello world"

9th May 2026: show and hide statements work with struct-typed lists and variables (#284)

struct Point {x,y,z}
var Point p;
# these generate show/hide for each field in p
show p;
hide p;

Contents

  1. 0.126th May 2026: STRINGIFY built-in macro (#290)
  2. 0.29th May 2026: show and hide statements work with struct-typed lists and variables (#284)