aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/print.hh
AgeCommit message (Expand)Author
2024-07-04add an ExprPrinter class, like ValuePrinterQyriad
2024-03-29Move `escapeString` to its own fileRebecca Turner
2024-03-26Remove `HintFmt::operator%`Rebecca Turner
2024-03-09Merge pull request #9925 from 9999years/fmt-cleanupeldritch horrors
2024-03-09Merge pull request #9929 from 9999years/dont-print-values-in-magentaeldritch horrors
2024-03-09Merge pull request #9753 from 9999years/print-value-on-type-erroreldritch horrors
2024-03-09Unify and refactor value printingeldritch horrors
2024-03-08Unindent `print.hh` declarationseldritch horrors
2023-05-09libexpr: quote reserved keys when printingAlex Ameen
2023-04-16libexpr: Move identifier-like printing to print.ccRobert Hensing
2023-04-16libexpr/value/print.* -> libexpr/print.*Robert Hensing