A module implementing custom literal suffixes using pure Python. custom-literals mimics C++'s user-defined literals (UDLs) by defining literal suffixes that can be accessed as attributes of literal ...
Literal is a fun weekend project to create a way to generate python code with Python code. Instead of having string literals of Python code, you use literal.py objects that remembers the operations ...