Lichen

Changelog

(0) -300 -100 -10 +10 +100 +300 tip
510:df30d1a4d19a
2017-01-25 Paul Boddie changeset files shortlog graph Updated copyright details for 2017 modifications.
generator.py importer.py results.py
509:12828fba50e0
2017-01-25 Paul Boddie changeset files shortlog graph Re-introduced direct assignment of names in sequence assignments provided that only plain names are assigned (not attributes) and that any names accessed in the assignments do not appear amongst the assigned names. Added nested sequence assignment tests.
common.py tests/swap.py
508:6d062b05c250
2017-01-24 Paul Boddie changeset files shortlog graph Removed optimised sequence assignment involving equal length sequences because it will not work in general. It could, however, be reintroduced in cases where local or global names are involved and can be shown not to conflict with each other. Made the generator-like test use a swap operation and added a dedicated swap test.
common.py tests/fib.py tests/swap.py
507:ceaa4fac8da5
2017-01-24 Paul Boddie changeset files shortlog graph Added a simple "generator equivalent" example.
tests/fib.py
506:fa5f854bdaa8
2017-01-24 Paul Boddie changeset files shortlog graph Removed relative import notation.
pyparser/data/Grammar-Lichen
505:267efab8ae73
2017-01-23 Paul Boddie changeset files shortlog graph Expanded the test of get_using.
tests/get_using.py
504:8f44e9dcfe6a
2017-01-23 Paul Boddie changeset files shortlog graph Make sure that get_using actually tests the context.
templates/native/program.c
503:644952535f7a
2017-01-23 Paul Boddie changeset files shortlog graph Added another, shorter test of get_using, commenting the existing test slightly.
tests/get_using.py tests/methods_unbound.py
502:539b8b3433d3
2017-01-23 Paul Boddie changeset files shortlog graph Fixed the test for an absence of attribute names for an access.
deducer.py
501:d1515ba25859
2017-01-23 Paul Boddie changeset files shortlog graph Test for unknown attributes hiding in attribute chains.
deducer.py tests/attr_unknown_bad.py
(0) -300 -100 -10 +10 +100 +300 tip