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

Unify cli and script parsers #617

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 7, 2020

  1. Add the skeleton of the future "duo" parser

    This parser is intended tp replace both sic_parser and sic_cli_ops, unifying the parsing experience. This is intended to make it easier to add new image operations, removing duplication through the code base.
    As a disadvantage, we'll need to deal with two different input methods, which was the original reason two parsers exist: scripts in text form and cli ops through the cli interface.
    
    This commit has removed the cli_ops_parser, but the sic_parser is still in. Eventually, that one should also be removed. We will simultaneously develop and test both user facing interfaces, and should setup compatibility testing against the latest version which uses the old parsers.
    foresterre committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    695a6bf View commit details
    Browse the repository at this point in the history