GitHub - AnilBK/ANIL: ANIL(A Nice Intermediate Language) Python & C++ inspired programming language that transpiles to C and can be embedded within C source files.
A Nice Intermediate Language(ANIL)
ANIL is a statically typed programming language, inspired by Python and C++, that can be embedded within C source files.
Fig: ANIL functions written in C and ANIL respectively. The first function written in C is the general implementation for the __contains__ method whereas the second function written in ANIL is template specialization for String class.
ANIL generates appropriate C code, which is then compiled using a C compiler.
Fig: The generated C code from ...
Read more at github.com