Metadata-Version: 2.1
Name: meme-lang
Version: 1.0.1
Summary: Package for meme language
Home-page: https://github.com/LighghtEeloo/meme-lang
Author: LighghtEeloo
Author-email: litiaeeloo@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/LighghtEeloo/meme-lang/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Meme

A string template language hosted by Python3 runtime. Conventionally, the source code of this language is written in plain text with utf-8 encoding and stored in a file with extension ".meme".

## Philosophy

Human beings repeat one another, even themselves from time to time. Emerging from the dark flow of collective intelligence, memes are how we degenerated web inhabitants express our feelings, thoughts and very existence. The meme language is therefore introduced to DRY the web environment and encourage diversity across our mental homeland.

## Grammar

To keep the language implementation concise, the grammar of said language is aligned with the syntax described in [PEP 498](https://www.python.org/dev/peps/pep-0498/). 

Later you may find a detailed and formalized specification in `spec.pdf`.

## Usage

The language is based on [Python 3](https://www.python.org/), which can be installed [directly](https://www.python.org/downloads/) or via your system package manager. Make sure that you install a version that is superior than or equal to Python 3.6.

## Disclaimer

This is merely a joke. Don’t take this seriously.


