OSDN Git Service

Let's try out the "snippets" idea.
authorSimon Forman <sforman@hushmail.com>
Tue, 1 Mar 2022 22:13:07 +0000 (14:13 -0800)
committerSimon Forman <sforman@hushmail.com>
Tue, 1 Mar 2022 22:13:07 +0000 (14:13 -0800)
commit142d6e53b03203758318bc828c24659a93589923
treea8c51b73b1fdfd617feda182ad75ecabdacd4f86
parent61d18f849148a92d94d5a2e495d62f3b420da4da
Let's try out the "snippets" idea.

Represent strings (byte strings) as three-tuples of (git sha hash,
offset, length) immutable datastructures.
implementations/Python/joy/utils/snippets.py [new file with mode: 0644]