initial; lexer and parser
This commit is contained in:
12
improved/__init__.py
Normal file
12
improved/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from .interpreter import callIMP
|
||||
|
||||
__author__ = 'Veit Heller'
|
||||
__author_mail__ = 'veit@veitheller.de'
|
||||
__version__ = '0.0.1'
|
||||
__url__ = 'http://github.com/hellerver/IMProved'
|
||||
__longdescr__ = """
|
||||
An embeddable IMP interpreter for and in
|
||||
Python.
|
||||
"""
|
||||
__classifiers__ = ['Topic :: Software Development :: Interpreters']
|
||||
__keywords__ = ['IMP', 'interpreter', 'embeddable']
|
Reference in New Issue
Block a user