lac-dcc / lac-dcc/BenchGen

Create `-d` and `-s` flags for directory and data structure.

Open
#38 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
Dominant language
TeX
Stars
47
Forks
2
PR merge metrics
No merged PRs in 30d

Description

The goal is to create -s and -d flags for data structures and directories: example:

./benchGen <number_of_iterations> <production_rules_file> <seed_string_file> -d <directory> -s <data_structure>

So that both the directory path and the data structure can be passed in different orders, example:

./benchGen -d <directory> <number_of_iterations> -s <data_structure> <production_rules_file> <seed_string_file>

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the benchGen command entry point and inspect how positional arguments are currently parsed. Add the -d and -s options so they can appear in either order with the existing arguments, then verify both command examples are accepted.

Written by the indexing model from the issue text.

Assessment

Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.