yet another lexical preprocessor
Project description
__ __ _____ _____
/\ \ /\ \ /\ _ \ _ \
\ \ \_\/ \_\/ \_\ \ \_\ \
\ \__ /\____/\ __/\ __/
\/_/\_\/___/\ \_\/\ \_\/
\/_/ \/_/ \/_/
($($\y:u.\m.\...(m y($\C.\p.(r)e p)($\ro.(ce)s)))so r)
___ __________________________________
___ 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:
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')
if __name__ == '__main__':
print( ($reversed greeting) )
___ __________________________________
___ LICENSE __________________________________
Please see the file called "LICENSE".
Project details
Release history Release notifications | RSS feed
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.2rc1.tar.gz
(44.7 kB
view details)
File details
Details for the file yupp-1.2rc1.tar.gz.
File metadata
- Download URL: yupp-1.2rc1.tar.gz
- Upload date:
- Size: 44.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4cbbb3f34cc08e2ebf6030dc3157ebd5fe4b54a026cda0f97508e6c3ac7389b
|
|
| MD5 |
1f7bd67fb02c4786ca246bc6be2d714d
|
|
| BLAKE2b-256 |
a12120f01449e506a1969000f1fe7cd9b0ca17c19df754c764c91b9b493e5db9
|