We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ad950 commit a034675Copy full SHA for a034675
Tools/cases_generator/README.md
@@ -2,9 +2,9 @@
2
3
What's currently here:
4
5
-- lexer.py: lexer for C, originally written by Mark Shannon
6
-- plexer.py: OO interface on top of lexer.py; main class: `PLexer`
7
-- parser.py: Parser for instruction definition DSL; main class `Parser`
+- `lexer.py`: lexer for C, originally written by Mark Shannon
+- `plexer.py`: OO interface on top of lexer.py; main class: `PLexer`
+- `parser.py`: Parser for instruction definition DSL; main class `Parser`
8
- `generate_cases.py`: driver script to read `Python/bytecodes.c` and
9
write `Python/generated_cases.c.h`
10
0 commit comments