Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
muppet-strings
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo Hörnquist
muppet-strings
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
09e9182d790b74720d631b8f110b050a6c25bc72
Select Git revision
Branches
1
parser
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
25
Sep
21
20
19
8
Jul
4
3
1
26
Jun
17
16
4
3
1
31
May
30
29
25
23
21
20
14
Remove type specific TOC entries.
parser
parser
General work.
Made templates instance non-global.
Repair doc files.
Start splitting output back into modules.
Merge a bunch of files into one.
Rename test_elsif to test_parser_formatter.
Remove ParserFormatter's constructor.
Resolve TODO's in muppet.puppet.ast.
Fix remaining errors reported.
Handle function calls with accompanying lambda.
Correctly format error when parsing fails.
Handle virtual and exported resources.
Cleanup repeated code.
Minor cleanup for strings.
Fix access and funcalls in string interpolation.
Add tests parser combinator `not_` and `all_`.
s/Puppet/PuppetAST/
Rework documentation for parser combinator.
Minor cleaonup.
fixup! Handle bare hashes.
Change default logging level to INFO.
Ignore .coverage.
Handle bare hashes.
Allow escaping of literal linebreaks.
Handles `unless {} else {}`
Support blocks for collect statements.
Cleanup in parser tests.
Fix index access in interpolated strings.
Fix syscalls with lambda after them.
Greatly limit the debug verbosity when parsing strings.
Tag invoke parse result.
Allow trailing comma in invoke:
Major documentation for doc DocStringTag.
Fail louder in json2 if invalid data.
Add JSON parser as parser combinator example.
Add a bunch of tests.
Fix parsing of nested if statements.
Minor fixes.
Improve documentation and output for `name` and `tag` in parser combinator.
Loading