summaryrefslogtreecommitdiff
path: root/lib/puppetx/puppetlabs
AgeCommit message (Collapse)AuthorFilesLines
2014-03-06(PUP-30) Add tests for heredoc at parser and evaluator levelsHenrik Lindberg1-7/+4
This also fixes issues found by running the new tests and debugging them.
2014-03-06(PUP-30) Add foundation for heredoc and epp (parser and model)Henrik Lindberg1-7/+8
This adds the foundation for support of heredoc and epp. The heredoc is at this point functional but does not get location information right since sublocator needs to be supported by the HeredocExpression. EPP is untested.
2013-08-03(yardoc) Correct and amend yardoc for the central clsses in binder.Henrik Lindberg1-1/+3
2013-08-03(#16856) Add class loader, system and default bindings, and extensions.Henrik Lindberg1-0/+37
This adds new functionality. - class loader loads classes sing the autoloader - puppetx defines extensions - syntax checker makes use of puppetx - Json syntax checker as example and for Heredoc/Templates support - Fixes in composer - Fixes and tweaks to supporting classes