Lichen

Shortlog

(0) -300 -100 -60 +60 +100 tip
2018-06-24 Paul Boddie Made use of available reference information in order to determine the nature of
2018-06-24 Paul Boddie Simplify the logic around target usage for invocation contexts.
2018-06-24 Paul Boddie Changed target handling in the invocation code to eliminate superfluous
2018-06-23 Paul Boddie Allow -R (--reset-all) to ignore any missing output directory to remove.
2018-06-22 Paul Boddie Introduced missing instance accessor testing for static access operations.
2018-06-22 Paul Boddie Fixed accessor tests to raise type errors instead of returning zero.
2018-06-22 Paul Boddie Obtain the distinct set of accessor kinds. Fixing this breaks invocations of
2018-01-16 Paul Boddie Added an example of initialising parameters with defaults.
2018-01-15 Paul Boddie Added a section describing parameters as instance attribute initialisers.
2018-01-15 Paul Boddie Introduced parameter-based attribute initialisation for broader testing.
2018-01-08 Paul Boddie Added tests for attribute initialisation plus testing for duplicate parameters.
2018-01-08 Paul Boddie Support instance attribute initialisation using a method parameter notation.
2018-01-08 Paul Boddie Removed superfluous code distinguishing between parameters and other names.
2017-06-17 Paul Boddie Test mixing of \u and \x values in unprefixed string literals.
2017-06-16 Paul Boddie Permit usage of attributes in mix-in class (and base class) methods that must be
2017-05-01 Paul Boddie Test lambda usage in class namespaces (differs from Python's behaviour).
2017-04-11 Paul Boddie Added tag rel-0-1 for changeset a80de062b595
2017-04-11 Paul Boddie Expanded the download documentation and added a changelog page. rel-0-1
2017-04-11 Paul Boddie Removed tag rel-0-1
2017-04-11 Paul Boddie Added tag rel-0-1 for changeset e08d8986f0e1
2017-04-11 Paul Boddie Added wiki pages and documentation tools (from imip-agent).
2017-04-11 Paul Boddie Added a test of attribute assignment.
2017-04-11 Paul Boddie Used string formatting instead of the buffer class for string representations.
2017-04-10 Paul Boddie Represent exception flags within a single byte.
2017-04-09 Paul Boddie Removed superfluous method.
2017-04-08 Paul Boddie Added the bin built-in function.
2017-04-04 Paul Boddie Added insert and reverse methods to the list implementation.
2017-04-04 Paul Boddie Fixed default population where parameters are known with zero defaults.
2017-04-03 Paul Boddie Fixed the augmented multiplication operation for lists.
2017-04-03 Paul Boddie Reposition parameters that are not explicitly specified if necessary.
2017-04-03 Paul Boddie Added initial support for string formatting.
2017-04-03 Paul Boddie Added support for list replication.
2017-04-03 Paul Boddie Added support for left and right shift operators.
2017-04-03 Paul Boddie Convert operators with lists of operands to pairwise operator invocations.
2017-04-03 Paul Boddie Added the string representation of the node at which a NodeProcessingError
2017-03-31 Paul Boddie Added example return values to provide reference details from native functions.
2017-03-31 Paul Boddie Introduced a multiple outcome result which can be used to provide a choice of
2017-03-31 Paul Boddie Consolidated initialiser and return value code.
2017-03-31 Paul Boddie Fixed non-recognition of deferred references in non-module, non-function scopes.
2017-03-30 Paul Boddie Introduced location abstractions in order to be able to retain both access and
2017-03-30 Paul Boddie Fixed dictionary initialisation.
2017-03-29 Paul Boddie Incorporate invocation details in the alias output.
2017-03-28 Paul Boddie Changed the location notations and added output of alias information.
2017-03-28 Paul Boddie Changed various instance tests to use the special integer-testing function.
2017-03-26 Paul Boddie Moved literal instantiator definitions to the templates, reordering the
2017-03-26 Paul Boddie Simplified the tuple instantiator.
2017-03-26 Paul Boddie Use item access methods directly instead of invoking operator functions.
2017-03-26 Paul Boddie Adjusted the type for the conversion to integer of the size argument.
2017-03-26 Paul Boddie Fixed the initialisation of the size variable.
2017-03-26 Paul Boddie Detect names assigned locally that have already been used in a namespace.
2017-03-26 Paul Boddie Removed redundant code.
2017-03-26 Paul Boddie Keep temporary names declared in different scopes separate from each other.
2017-03-25 Paul Boddie Made type-specific literal instantiation functions where the tuple instantiator
2017-03-25 Paul Boddie Use the specific integer test function.
2017-03-25 Paul Boddie Permit direct access to callable function members if the context is verified.
2017-03-25 Paul Boddie Fixed method name.
2017-03-25 Paul Boddie Removed obsolete temporary name reservation.
2017-03-25 Paul Boddie Added specific support for initialising tuples, introducing a common empty
2017-03-25 Paul Boddie Short-circuit boolean evaluation when either boolean value is present.
2017-03-25 Paul Boddie Fixed xrange lengths when the step does not coincide with the range end.
(0) -300 -100 -60 +60 +100 tip