]> matita.cs.unibo.it Git - fireball-separation.git/shortlog
fireball-separation.git
2018-05-28 acondoluDetection of divergents master weak-reduction-separation
2018-05-28 acondoluBug fixed in pretty-printing of original names under...
2018-05-28 acondoluFix in pretty-printing of match
2018-05-28 acondoluImplemented parsing of "nominal" variables (`@`)
2018-05-28 acondoluAllow comments (#) at the end of terms
2018-05-28 acondoluLogging options to display measure of single terms...
2018-05-28 acondoluFixed bug in computing special k
2018-05-28 acondoluRemoved special strategies in choose_step
2018-05-28 acondoluBetter error messages in parser
2018-05-28 acondoluRevert subst in branches of matches
2018-05-28 acondoluComments, fix indentation and
2018-05-28 acondoluRenamed in critical_showstoppers: showstoppers -> inedi...
2018-05-28 acondoluSimplified arity_of, precompute_edible_data, critical_s...
2018-05-28 acondoluAdded a couple of tests which MUST fail
2018-05-28 acondoluFixed computation of arity for top-level inerts
2018-05-28 acondoluSimplified not-working example
2018-05-28 Claudio Sacerdoti... Missing parenthesis fixed
2018-05-28 Claudio Sacerdoti... Failing case found
2018-05-28 Claudio Sacerdoti... Hack to reserve var 0 to purify it to BOM removed
2018-05-28 acondolusubst does not replace anymore in branches of maches
2018-05-28 acondoluPrinting now preserves the names of the original free...
2018-05-28 acondoluImproved parsing
2018-05-28 acondoluImproved pretty-printing
2018-05-28 acondoluAdded problem wrongly backtracking
2018-05-28 acondoluForgot one "Z"
2018-05-28 acondoluCode clean-up
2018-05-28 acondoluCode clean-up
2018-05-28 acondoluImportant: added special variable "Z" for zero.
2018-05-28 acondoluMoved all problems in problems folder. Last ones in "w"
2018-05-28 acondoluFixes to parser
2018-05-28 acondoluFixed "$" in parser
2018-05-28 acondoluCommand line arguments to ./a.out
2018-05-28 acondoluFixed problems separator in parser: now it is $
2018-05-28 acondoluAdded label to problem
2018-05-28 acondoluFailure in case of empty problem, to be fixed
2018-05-28 acondoluParser.from_file, and p* problems moved to problems/p
2018-05-28 acondoluproblems now contain a label and the names of the origi...
2018-05-28 acondoluFirst draft of Parser.problem_of_string
2018-05-28 acondoluChanged logic of entrypoint in Lambda4
2018-05-28 acondoluMoved parse' from Num to Parser
2018-05-28 acondoluFixed: was using compare in place of eta_eq
2018-05-28 acondoluRe-use Util.index_of
2018-05-28 acondoluCode clean-up
2018-05-28 acondoluTidying up problems.ml
2018-05-28 acondoluTentative commit: tactics dropped and clean-up
2018-05-28 acondoluAdded assert false
2018-05-28 acondoluFixed bug in eta_subterm
2018-05-28 acondoluRemove FORCE option in Makefile
2018-05-28 acondoluFix: missing check to avoid stepping on vars of non...
2018-05-28 acondoluFix: max_arity_tms was using wrong comparison
2018-05-28 acondoluAdded variable convergent_dummy
2018-05-25 acondoluFixes to printing
2018-05-25 acondoluDisabled some chars as variable names in the parser
2018-05-25 acondoluPrettier-printing: string_of_problem outputs OCaml...
2018-05-25 acondoluFixed if-then-else
2018-05-25 acondoluFix: nested `Lambda(false,_) were not handled correctly
2018-05-25 acondolu-666 -> min_int
2018-05-25 acondoluFixed indentation and logging
2017-07-11 acondoluclean removes *.o files
2017-07-11 acondoluRemoved old .ar files
2017-07-11 acondoluRun tests with: make run
2017-07-11 acondoluFix: conv : x:min_int (.... y:1 ...) y was not conside...
2017-07-11 acondoluNew problems n1, n2 used to debug the problem with...
2017-07-11 acondoluBug fix: x (y z) where y was conv_dangerous did not...
2017-07-11 acondoluFix bug in dangerous_conv with arity of arguments of...
2017-07-10 acondoluThe measure finally works on all problems in problems.ml!
2017-07-10 acondoluExperimenting with a combined measure
2017-07-10 acondoluInstantiate now uses a global initialSpecialK (ignoring...
2017-07-10 acondoluArity inherited only in the case (true, min_int)
2017-07-10 acondolunew_arity = old_arity + 1
2017-07-07 acondoluFixes to how arities are assigned and propagated
2017-06-28 acondoluMinor fixes
2017-06-27 <andrea.condoluci... still stepping on negative variables
2017-06-26 <andrea.condoluci... Problems pass, but still missing computation of arities...
2017-06-26 <andrea.condoluci... New representation of arities in variables
2017-06-26 <andrea.condoluci... Removed traces of lambda3
2017-06-22 <andrea.condoluci... Removed lambda3 + Fixed lambda4
2017-06-22 <andrea.condoluci... Updated type of terms with arities in lambda and matche
2017-06-12 <andrea.condoluci... Moved andrea's stuff to its branch
2017-06-12 <andrea.condoluci... Copy ocaml folder from sacerdot's svn repository, rev...
2017-06-12 Andrea CondoluciInitial commit