Modules Packages - MegaIng/llython GitHub Wiki
llython
: The main compilerllython.grammar
: The parsers and AST for the different layersllython.grammar.level_py
: The highest level parser, capable of parsing arbitrary python grammar (no AST)llython.grammar.level0
: The lowest level parser, essentially a tight syntax redesign for llvm-ir (no AST/unfinshed parser/unfinished grammar)
llython_simple
: A compiler which uses the the CPython-bytecode