Metadata-Version: 2.1
Name: ceto
Version: 0.1
Summary: General purpose programming language transpiled to C++
Home-page: https://github.com/ehren/ceto
Author: Ehren Metcalfe
Author-email: ehren.m@gmail.com
Requires-Python: >=3.8
Provides-Extra: test

Parens/call expression language transpiled to c++20. "Python" with 2 parentheses moved or inserted (with extra C++ syntax). Codegen based on https://github.com/lukasmartinelli/py14 with additions e.g. implicit make_shared/unique, checked autoderef via '.', swiftish lambda capture, implicit move from last use of unique, const by default, extra CTAD!
