Javagedes / edk2parselib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODOs

  1. Implement a if statement Tree of the following structureÚ

    if_statement if_branch CONDITIONAL Tree(..Data in conditional..) elif_branch* CONDITIONAL Tree(..Data in conditional..) else_branch Tree(..Data in conditional..)

  2. Implement !include functionality that will parse the file into a tree structure and insert it

  3. Merge similar sections that come from !includes

  4. make replace_variable in base_parser.py actually replace a variable

  5. Handle local vars vs global defines

About


Languages

Language:Python 100.0%