summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/ast.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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