Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Handle Jinja in SLS files #31

Closed
wants to merge 5 commits into from
Closed

Conversation

cbosdo
Copy link
Collaborator

@cbosdo cbosdo commented Nov 10, 2021

Parse Jinja in SLS files.

In order to handle jinja processing we need a fault-tolerant tokenizer
that gives the line and column start and end of each token.
Transform the simplified jinja tokens into a abstract syntax tree. This
parser needs to be fault tolerant to handle cases like unfinished
blocks or blocks missing the start.

The parser currently only handles variables, if and for groups.
@cbosdo cbosdo self-assigned this Nov 10, 2021
@cbosdo cbosdo marked this pull request as draft November 10, 2021 17:12
@cbosdo
Copy link
Collaborator Author

cbosdo commented Jun 7, 2023

Will probably never be finished. Feel free to reopen if willing to complete it

@cbosdo cbosdo closed this Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant