|
|
|
A Minimalist TypeScript for C
|
|
44 points
by GLC-ninja
520 days ago
|
|
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 |
|
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.