Skip to content

Releases: maude-lang/Maude

Public alpha 154

30 Nov 19:31
Compare
Choose a tag to compare
Public alpha 154 Pre-release
Pre-release
  • conventions for printing spaces around unparsed tokens made uniform
  • fixed bug where set print const with sorts on . did not work for built-in constants in terms
  • new with-sorts PrintOption constant
  • added metaPrintToString() descent function
  • added printToString() message
  • metaPrettyPrint() descent function supports concealed argument lists via an extra argument
  • printTerm() message supports concealed argument lists via an extra argument
  • concealed argument lists support for printing terms in modules
  • fixed bug where color for terms in modules produced bad LaTeX
  • fixed bug in LaTeX for disambiguation of iter operators

Public alpha 153

08 Nov 04:47
Compare
Choose a tag to compare
Public alpha 153 Pre-release
Pre-release
  • smarter sort disambiguation for printing statements and operator identities
  • set print label attribute on/off .
  • refinements to show module output
  • ASCII option for maude.sty LaTeX package
  • fixed various bugs in LaTeX output
  • LaTeX support for more commands
  • set clear module caches on/off .
  • set print hooks on/off .
  • space printed after comma by default in mixfix syntax
  • portal attribute and enforcement of portal requirement
  • uniform order for operator attributes
  • |= in model checker is now partial
  • set print combine vars on/off .
  • new line breaking rules for LaTeX output
  • backquotes removed in LaTeX output for op-hooks

Public alpha 152

02 Oct 21:58
Compare
Choose a tag to compare
Public alpha 152 Pre-release
Pre-release
  • more LaTeX support
  • fixed bug in the LaTeX printing of view instantiations
  • fixed bug in LaTeX printing of one strategy
  • fixed bug in LaTeX printing of srew/dsrew commands
  • fixed a termination bug in filtered variant unify
  • optimizations to semi-compilation of free theory equations
  • fixed compile time error for 32-bits targets
  • updated config.guess

Public alpha 151

12 Aug 00:23
Compare
Choose a tag to compare
Public alpha 151 Pre-release
Pre-release
  • fmod INITIAL-EQUALITY-PREDICATE added to prelude
  • more LaTeX support
  • fixed bug where debug modifier wasn't being printed
  • fixed break deselect, trace deselect, trace include, print reveal bugs
  • fixed LaTeX timing bugs

Public alpha 150

22 Jul 06:28
Compare
Choose a tag to compare
Public alpha 150 Pre-release
Pre-release
  • added set show resources command
  • initial support for LaTeX
  • fixed bug in free theory discrimination nets for huge number of patterns
  • fixed bug in free theory discrimination nets for large patterns

Bad Linux binary replaced 7/28/23.

Public alpha 149

13 May 04:57
Compare
Choose a tag to compare
Public alpha 149 Pre-release
Pre-release
  • added pseudo-random number generator objects

Public alpha 148

05 May 22:58
Compare
Choose a tag to compare
Public alpha 148 Pre-release
Pre-release
  • fixed a bug in compilation of ACU patterns introduced by the last alpha that caused matches to be missed
  • fixed a bug in thew functional meta-level where rewrite count from metaSrewrite() was lost
  • more optimizations for ACU red-black matching
  • smarter scheme for deciding how many dag nodes the memory manager should allocate
  • fixed a bug in the rewrite count values returned by the meta-interpeter in response to the srewriteTerm() message
  • more information shown in garbage collection reporting
  • -early-quit=N flag for developer use

Public alpha 147

29 Apr 04:52
Compare
Choose a tag to compare
Public alpha 147 Pre-release
Pre-release
  • fixed bug in new ACU matching code where stripper variable was not required to have multiplicity 1
  • fixed bug in new ACU matching code where it didn't handle 0 or 1 subject arguments left
  • fixed bug in new ACU matching code where it could be used even if a non-ground alien was present
  • optimizations for ACU red-black matching

Public alpha 146

27 Apr 06:02
Compare
Choose a tag to compare
Public alpha 146 Pre-release
Pre-release
  • overparsing for commands that end in on/off
  • optimizations for AC/ACU matching
  • optimizations for token handling
  • Linux binary compiled for pre-Haswell CPUs

Maude 3.3.1

13 Apr 23:36
Compare
Choose a tag to compare
  • fixed a bug where internal error and stack overflow messages didn't appear on Macs by not stripping Mac binary
  • overparsing for attributes with missing information in operator declarations and mappings