Skip to content

Releases: murmour/pa_solution

0.7

02 May 18:30
Compare
Choose a tag to compare
  • New: Arbitrary Printf/Scanf specifications for inputs/outputs.
  • Breaking: Syntactic support for several primitive types is dropped, as this is fulfilled by the new syntax of format specifications.
  • New: It is now possible to drop the pattern part of an input.

0.6

17 Jan 22:05
Compare
Choose a tag to compare
0.6
  • Fix: Printing empty was broken.
  • Fix: empty now corresponds to type unit (instead of string).
  • Fix: Printing an "array of line" resulted in redundant EOLs.

0.5

11 Apr 15:00
Compare
Choose a tag to compare
0.5
  • System: The generated code no longer depends on Batteries.
  • System: Using pa_qualified for a more robust implementation.

0.4

11 Apr 14:39
Compare
Choose a tag to compare
0.4
  • New: The left-hand side of the let construct can now be an arbitrary pattern instead of an identifier.
  • New: Proper support for N-ary tuples (the tuple construct).
  • New: Grouping inputs.

0.3

11 Apr 14:37
Compare
Choose a tag to compare
0.3

Version 0.3 (Initial release).