Skip to content

v0.1.2

Latest

Choose a tag to compare

@Crackle2K Crackle2K released this 14 Jun 17:12

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.