Commit a78cc44a authored by Igor Dejanovic's avatar Igor Dejanovic

Updated module description for cleanpeg.py

parent 6162cd2a
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
####################################################################### #######################################################################
# Name: peg.py # Name: cleanpeg.py
# Purpose: Implementing PEG language # Purpose: This module is a variation of the original peg.py.
# The syntax is slightly changed to be more readable and familiar to
# python users. It is based on the Yash's suggestion - issue #11
# Author: Igor R. Dejanovic <igor DOT dejanovic AT gmail DOT com> # Author: Igor R. Dejanovic <igor DOT dejanovic AT gmail DOT com>
# Copyright: (c) 2009 Igor R. Dejanovic <igor DOT dejanovic AT gmail DOT com> # Copyright: (c) 2014 Igor R. Dejanovic <igor DOT dejanovic AT gmail DOT com>
# License: MIT License # License: MIT License
####################################################################### #######################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment