tricu

An interpreted language for exploring Tree Calculus
Log | Files | Refs | README | LICENSE

tricu-cli-debugging.md (965B)


tricu CLI debugging notes

For ad-hoc expressions, prefer stdin mode and set TRICU_DB_PATH to a DB that already has library definitions imported:

TRICU_DB_PATH=/tmp/gpt.db ./result/bin/tricu eval -t decode <<'EOF'
main = <expression-to-run>
EOF

Important details: