10000 Update outdated sections in ``Tools/cases_generator/README.md`` by Eclips4 · Pull Request #114844 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Update outdated sections in Tools/cases_generator/README.md #114844

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

Merged
merged 3 commits into from
Feb 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update outdated section
  • Loading branch information
Eclips4 committed Feb 1, 2024
commit 85dcf036aa14e1cc1f92744ff401fc74f4537902
2 changes: 1 addition & 1 deletion Tools/cases_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ What's currently here:
- `lexer.py`: lexer for C, originally written by Mark Shannon
- `plexer.py`: OO interface on top of lexer.py; main class: `PLexer`
- `parsing.py`: Parser for instruction definition DSL; main class `Parser`
- `generate_cases.py`: driver script to read `Python/bytecodes.c` and
- `tierN_generator.py`: a couple of driver scripts to read `Python/bytecodes.c` and
write `Python/generated_cases.c.h` (and several other files)
- `analysis.py`: `Analyzer` class used to read the input files
- `flags.py`: abstractions related to metadata flags for instructions
Expand Down
0