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
|
|
500:a8f358aafccf
|
2017-01-23 |
Paul Boddie |
changeset
files
shortlog
graph
|
Rewrote a list comprehension. |
|
|
optimiser.py
|
|
499:b833666d476c
|
2017-01-22 |
Paul Boddie |
changeset
files
shortlog
graph
|
Introduced common __name__ and __parent__ attributes for classes and modules and
for function instances, removing __fname__, __mname__ and __oname__. |
|
|
generator.py importer.py inspector.py lib/__builtins__/core.py lib/__builtins__/span.py tests/name_attribute.py
|
|
498:37ff992ea25a
|
2017-01-22 |
Paul Boddie |
changeset
files
shortlog
graph
|
Exposed invocations as instruction sequences in order to rearrange instructions
involving <set_accessor>, attempting to avoid sequence point warnings when
compiling the generated code. |
|
|
encoders.py translator.py
|
|