Skip to content

in4lio/yupp

Repository files navigation

logo

status

VERSION

yupp        1.2c1
            2021-01-15

Python      2.7 / 3.6

WHAT IS IT?

yupp is a lexical preprocessor for C/C++, Python and <you name it> languages.

Read more...

HELLO WORLD

#include <stdio.h>

($set greeting "Hello ($0)!\n")

int main( void )
{
    printf( ($greeting (`world)) );
    return 0;
}

HELLO IN PYTHON

# coding: yupp

($set greeting '!dlrow olleH')

if __name__ == '__main__':
    print( ($reversed greeting) )

LICENSE

Please see the file called "LICENSE".