Support justification ~<...~> in format
-
gnu/kawa/functions/LispFormat.java (ReportFormat.TildeLessThan): New helper class. (ReportFormat.LispFormat): Create a TildeLessThan on ~<. When we we see the corresponding ~> or ~:> we decide wether to create a LispPrettyFormat or a LispJustificationFormat. (LispPrettyFormat): Add constructur that takes values for TildeLessThan object. (LispJustificationFormat): New class.
-
testsuite/formatst.scm: Add tests for ~<...~> justification.