Lichen

Changelog

(0) -300 -100 -10 +10 +100 tip
934:2989aab1b4f7 935:7dec14799571 937:67f4a8664674
2021-06-29 Paul Boddie changeset files shortlog graph Renamed the utf8string class to unicode, eliminating the unicode function. This means that the simple case of merely returning an object if it is already a Unicode object no longer occurs when using the unicode callable, but such behaviour might be better supported with more general customised instantiation functionality.
common.py generator.py lib/__builtins__/__init__.py lib/__builtins__/character.py lib/__builtins__/int.py lib/__builtins__/stream.py lib/__builtins__/unicode.py tests/unicode.py
933:520036942e1e
2021-06-28 Paul Boddie changeset files shortlog graph Removed "WikiWord" prevention syntax since MoinLight ignores it.
docs/wiki/History docs/wiki/Toolchain
932:c07b0dd14f85
2021-06-28 Paul Boddie changeset files shortlog graph Moved integer instantiation support to library functions.
generator.py lib/__builtins__/int.py tests/int.py
931:8657f34be3a4 929:bbcea70e1cde
2021-06-27 Paul Boddie changeset files shortlog graph Fixed first parameter of is_int invocation.
generator.py
930:b47da767f704 935:7dec14799571 919:326570523de5 929:bbcea70e1cde
2021-06-27 Paul Boddie changeset files shortlog graph Merged changes from the default branch. trailing-data
generator.py templates/progops.c templates/progops.h
929:bbcea70e1cde 930:b47da767f704 931:8657f34be3a4
2021-06-27 Paul Boddie changeset files shortlog graph Fixed int instantiation by special-casing the type in the translator. This also avoids allocating an instance which would never be used with the tagged value representation.
generator.py lib/__builtins__/int.py tests/int.py
928:acf2b78e9ee5 918:e6da95e33e43
2021-06-27 Paul Boddie changeset files shortlog graph Added a ValueError-raising convenience function.
templates/progops.c templates/progops.h
927:246bee64c824 924:2edb612ab134 926:1429afa1fe50
2021-06-27 Paul Boddie changeset files shortlog graph Merged the int-as-function branch.
926:1429afa1fe50 923:d5f80f46d267
2021-06-27 Paul Boddie changeset files shortlog graph Added some notes about the different type names. int-as-function
docs/wiki/Design docs/wiki/Representations docs/wiki/ToDo
925:f19950e74e7f 919:326570523de5 924:2edb612ab134
2021-06-23 Paul Boddie changeset files shortlog graph Merged changes from the default branch. trailing-data
generator.py
(0) -300 -100 -10 +10 +100 tip