yupp 1.2c1
2021-01-15
Python 2.7 / 3.6
yupp is a lexical preprocessor for C/C++, Python and
<you name it>
languages.
#include <stdio.h>
($set greeting "Hello ($0)!\n")
int main( void )
{
printf( ($greeting (`world)) );
return 0;
}
# coding: yupp
($set greeting '!dlrow olleH')
if __name__ == '__main__':
print( ($reversed greeting) )
Please see the file called "LICENSE".