This commit is contained in:
[d]
2022-02-18 11:13:31 +00:00
parent d56b021400
commit 81660d14f6

View File

@@ -37,11 +37,11 @@ cp437 ansi parsing
``` ```
## prerequisites ## prerequisites
01. `apt install python3` 01. `apt install python3`
## example of parsing, loads 'work.ans' ## main file
13. `python3 dr1p4ns1.py` 02. `python3 dr1p4ns1.py`
## example of test data ## test data
13. `python3 test.py` 03. `python3 test.py`
## included files overview ## files overview
``` ```
dr1p4ns1.py - main file, reads file.ans and attempts to parse and display dr1p4ns1.py - main file, reads file.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