What's new
deific pipe subcommand
Compile and run a .df file with optional file-based stdin:
deific pipe solver.df --input big_input.txt
Exit code passes through, safe to chain in scripts.
Python integration helper (deific/)
Zero-dependency Python package for calling Deific programs as subprocesses.
deific.run() captures stdout/stderr; deific.pipe() streams to terminal.