This commit is contained in:
[d]
2022-02-18 11:14:49 +00:00
parent 81660d14f6
commit cc42b3bc86

View File

@@ -43,11 +43,11 @@ cp437 ansi parsing
03. `python3 test.py` 03. `python3 test.py`
## files overview ## files overview
``` ```
dr1p4ns1.py - main file, reads file.ans and attempts to parse and display dr1p4ns1.py - main file, reads 'work.ans' and attempts to parse and display
work.ans - this ansi file is loaded by dr1p4ns1.py, this is the logic testing work.ans - this ansi file is loaded by 'dr1p4ns1.py', this is the logic testing
test.py - used to generate test ansi file and presents table data test.py - used to generate test ansi file and presents table data
``` ```
- _dr1p4ns1.py - dr1p4ns1.py
- _work.ans - work.ans
- _test.py - test.py
``` ```