Skip to main content

yet another lexical preprocessor

Project description

 __    __    _____ _____
/\ \  /\ \  /\  _  \  _  \
\ \ \_\/  \_\/  \_\ \ \_\ \
 \ \__  /\____/\  __/\  __/
  \/_/\_\/___/\ \_\/\ \_\/
     \/_/      \/_/  \/_/

($($\y:u.\m.\...(m y($\C.\p.(r)e p)($\ro.(ce)s)))so r)
___         __________________________________
___ VERSION __________________________________

yup.py      1.0c2
            2017-05-29
python      2.7

___             ______________________________
___ WHAT IS IT? ______________________________

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

Read more:

    https://github.com/in4lio/yupp/tree/master/doc/

___             ______________________________
___ 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')

print ($reversed greeting)

___         __________________________________
___ LICENSE __________________________________

Please see the file called "LICENSE".

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yupp-1.0rc3.tar.gz (46.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page