view python/ppci/frontends/ks/__init__.py @ 100:fe145e42259d

Fixes after movage
author windel
date Mon, 24 Dec 2012 16:35:22 +0100
parents 6efbeb903777
children af0d7913677a
line wrap: on
line source


"""
 Frontend for the K# language.

 This module can parse K# code and create LLVM intermediate code.

"""

from .parser import KsParser