Lichen

Changelog

(0) -300 -100 -10 +10 +100 tip
803:786ddedfee67
2017-04-04 Paul Boddie changeset files shortlog graph Fixed default population where parameters are known with zero defaults.
translator.py
802:ff5c10a0d7f6
2017-04-03 Paul Boddie changeset files shortlog graph Fixed the augmented multiplication operation for lists.
lib/__builtins__/list.py
801:510e76aa07f2
2017-04-03 Paul Boddie changeset files shortlog graph Reposition parameters that are not explicitly specified if necessary.
optimiser.py
800:6097bc0ef5ec
2017-04-03 Paul Boddie changeset files shortlog graph Added initial support for string formatting.
lib/__builtins__/str.py tests/string.py
799:88933212404b
2017-04-03 Paul Boddie changeset files shortlog graph Added support for list replication.
lib/__builtins__/list.py tests/list.py
798:4f77605e14e8
2017-04-03 Paul Boddie changeset files shortlog graph Added support for left and right shift operators.
lib/__builtins__/int.py lib/native/__init__.py lib/native/int.py lib/operator/binary.py templates/native/int.c templates/native/int.h tests/bitwise.py
797:6487964362ba
2017-04-03 Paul Boddie changeset files shortlog graph Convert operators with lists of operands to pairwise operator invocations.
common.py
796:ea84f496b3f6
2017-04-03 Paul Boddie changeset files shortlog graph Added the string representation of the node at which a NodeProcessingError occurs to the string representation of the error.
errors.py
795:345fe332fcf1
2017-03-31 Paul Boddie changeset files shortlog graph Added example return values to provide reference details from native functions.
lib/native/buffer.py lib/native/identity.py lib/native/int.py lib/native/introspection.py lib/native/io.py lib/native/limits.py lib/native/list.py lib/native/locale.py lib/native/str.py lib/native/system.py ...
794:7dd8e4815848
2017-03-31 Paul Boddie changeset files shortlog graph Introduced a multiple outcome result which can be used to provide a choice of return values to supply the initialiser and alias details.
inspector.py resolving.py results.py
(0) -300 -100 -10 +10 +100 tip