summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/parse/ast.py
AgeCommit message (Expand)AuthorFiles
2010-03-22Implement ??= operatorChris Larson1
2010-02-15bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ...Chris Larson1
2010-02-15bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther1
2010-02-15bitbake: [parse] Move the last method to the AST...Holger Freyther1
2010-02-15bitbake: [parser] Move more methods to the ast schemeHolger Freyther1
2010-02-15bitbake: [parser] Move one more item to the astHolger Freyther1
2010-02-15bitbake: [parser] Move methodflags over to the astHolger Freyther1
2010-02-15bitbake: [parser] Build fixRichard Purdie1
2010-02-15bitbake: [parser] Move more statements over the two phase ASTHolger Freyther1
2010-02-15bitbake: [parse] Change handling include through the AstNodeHolger Freyther1
2010-02-15bitbake: [parser] Call eval and remove non ast codeHolger Freyther1
2010-02-15bitbake: [parser] Call eval immeditaley to test this codeHolger Freyther1
2010-02-15bitbake: [parser] Prepare to cease out getFuncHolger Freyther1
2010-02-15bitbake: [parser] Preserve include vs. require behaviourRichard Purdie1
2010-02-15bitbake: [parser] Firs set of AST nodes with construction and evalHolger Freyther1
2010-02-15bitbake: [parser] Move the finalise into the ast as wellHolger Freyther1
2010-02-15bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther1
2010-02-15bitbake: [parser] Move evaluating into the ast class...Holger Freyther1