A Minimalist TypeScript for C
A Minimalist TypeScript for C. Cp1, or C+1, or C plus 1 programming language adds only the bare essentials to C language that allows you to output C codes and able to use namespaces, modules, methods on enums/structs, auto variable deduction and more.
Github: https://github.com/galileolajara/cp1
16 comments
[ 3.9 ms ] story [ 53.5 ms ] thread[0] - https://github.com/thradams/cake
4 if you include ++.
https://github.com/galileolajara/cp1/blob/main/examples/04-v...
And allowing the minus sign as an identifier character is just asking for errors.
Some nice ideas (member functions!). Love to see the next evolution.