docs: unify README, setup guide, and description - #3
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8a89281bc8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| 3. Run a program: | ||
| ```bash | ||
| java -jar target/ParsingCompiler-*.jar path/to/program.lang |
There was a problem hiding this comment.
Correct the advertised run command
Users who follow this command will not run the requested program: the Maven build is configured with artifactId ProjectANTLR, so this glob does not match the produced jar name, and Main.main ignores args while always constructing Path.of("Project/PLC_test.in.txt"), which Program then resolves under src/main/antlr4. Either document the actual invocation/default sample or update the CLI before advertising path/to/program.lang.
Useful? React with 👍 / 👎.
Standardizes the README format and updates the repository description for consistency across all public repositories.
Changes: