Modules Packages - MegaIng/llython GitHub Wiki

  • llython: The main compiler
    • llython.grammar: The parsers and AST for the different layers
      • llython.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