Mercurial > lcfOS
diff 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 diff
--- a/python/ppci/frontends/ks/__init__.py Mon Dec 24 15:03:30 2012 +0100 +++ b/python/ppci/frontends/ks/__init__.py Mon Dec 24 16:35:22 2012 +0100 @@ -1,3 +1,10 @@ -from parser import Parser +""" + Frontend for the K# language. + + This module can parse K# code and create LLVM intermediate code. +""" + +from .parser import KsParser +