Metadata-Version: 1.1
Name: yupp
Version: 1.0b6
Summary: yet another lexical preprocessor
Home-page: http://github.com/in4lio/yupp/
Author: Vitaly Kravtsov
Author-email: in4lio@gmail.com
License: MIT
Description: ::
        
             __    __    _____ _____
            /\ \  /\ \  /\  _  \  _  \
            \ \ \_\/  \_\/  \_\ \ \_\ \
             \ \__  /\____/\  __/\  __/
              \/_/\_\/___/\ \_\/\ \_\/
                 \/_/      \/_/  \/_/
        
            ($($\y:u.\m.\...(m y($\C.\p.(r)e p)($\ro.(ce)s)))so r)
            ___         __________________________________
            ___ VERSION __________________________________
        
            yup.py      1.0b6
                        2017-04-11
            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/blob/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".
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
