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

Dasel V3 #432

Draft
wants to merge 21 commits into
base: master
Choose a base branch
from
Draft

Dasel V3 #432

wants to merge 21 commits into from

Conversation

TomWright
Copy link
Owner

@TomWright TomWright commented Sep 30, 2024

Dasel V3 contains a pretty substantial rewrite.

The entire select syntax/language is being rewritten. We will have a proper lexer + parser with what I hope to be a much more intuitive syntax.

This fixes whitespace issues, supports standard arithmetic operations without using functions, and opens the door to exciting new features such as an interactive terminal cli.

This is still very much a WIP, and will definitely contain breaking changes.

You can view the rough syntax in the tests here: https://github.com/TomWright/dasel/blob/v3/execution/execute_test.go

I'm open to feedback and suggestions.

@TomWright TomWright self-assigned this Sep 30, 2024
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