summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/ast.py
Commit message (Expand)AuthorAgeFilesLines
* Implement ??= operatorChris Larson2010-03-221-0/+11
* bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ...Chris Larson2010-02-151-22/+13
* bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther2010-02-151-31/+13
* bitbake: [parse] Move the last method to the AST...Holger Freyther2010-02-151-1/+10
* bitbake: [parser] Move more methods to the ast schemeHolger Freyther2010-02-151-31/+48
* bitbake: [parser] Move one more item to the astHolger Freyther2010-02-151-34/+41
* bitbake: [parser] Move methodflags over to the astHolger Freyther2010-02-151-15/+23
* bitbake: [parser] Build fixRichard Purdie2010-02-151-2/+2
* bitbake: [parser] Move more statements over the two phase ASTHolger Freyther2010-02-151-17/+40
* bitbake: [parse] Change handling include through the AstNodeHolger Freyther2010-02-151-8/+2
* bitbake: [parser] Call eval and remove non ast codeHolger Freyther2010-02-151-2/+1
* bitbake: [parser] Call eval immeditaley to test this codeHolger Freyther2010-02-151-33/+4
* bitbake: [parser] Prepare to cease out getFuncHolger Freyther2010-02-151-12/+17
* bitbake: [parser] Preserve include vs. require behaviourRichard Purdie2010-02-151-3/+7
* bitbake: [parser] Firs set of AST nodes with construction and evalHolger Freyther2010-02-151-0/+78
* bitbake: [parser] Move the finalise into the ast as wellHolger Freyther2010-02-151-0/+39
* bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther2010-02-151-53/+61
* bitbake: [parser] Move evaluating into the ast class...Holger Freyther2010-02-151-0/+191