├── LICENSE ├── Makefile ├── README.md ├── ahrf.awk ├── scripts ├── README ├── increment └── showline ├── test ├── BLOCK_CODE_PRE ├── BLOCK_CODE_PRE.outvalid ├── BLOCK_CODE_PRE_2 ├── BLOCK_CODE_PRE_2.outvalid ├── BLOCK_CODE_PRE_3 ├── BLOCK_CODE_PRE_3.outvalid ├── ESCAPE_CHARS ├── ESCAPE_CHARS.outvalid ├── LIST_UL ├── LIST_UL.outvalid ├── PAGE_LINKS_A ├── PAGE_LINKS_A.outvalid ├── PARAGRAPH_P ├── PARAGRAPH_P.outvalid ├── TABLES_TD ├── TABLES_TD.outvalid ├── TITLES_H └── TITLES_H.outvalid └── verify_regr.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/README.md -------------------------------------------------------------------------------- /ahrf.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/ahrf.awk -------------------------------------------------------------------------------- /scripts/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/scripts/README -------------------------------------------------------------------------------- /scripts/increment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/scripts/increment -------------------------------------------------------------------------------- /scripts/showline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/scripts/showline -------------------------------------------------------------------------------- /test/BLOCK_CODE_PRE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/BLOCK_CODE_PRE -------------------------------------------------------------------------------- /test/BLOCK_CODE_PRE.outvalid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/BLOCK_CODE_PRE.outvalid -------------------------------------------------------------------------------- /test/BLOCK_CODE_PRE_2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/BLOCK_CODE_PRE_2 -------------------------------------------------------------------------------- /test/BLOCK_CODE_PRE_2.outvalid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/BLOCK_CODE_PRE_2.outvalid -------------------------------------------------------------------------------- /test/BLOCK_CODE_PRE_3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/BLOCK_CODE_PRE_3 -------------------------------------------------------------------------------- /test/BLOCK_CODE_PRE_3.outvalid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/BLOCK_CODE_PRE_3.outvalid -------------------------------------------------------------------------------- /test/ESCAPE_CHARS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/ESCAPE_CHARS -------------------------------------------------------------------------------- /test/ESCAPE_CHARS.outvalid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/ESCAPE_CHARS.outvalid -------------------------------------------------------------------------------- /test/LIST_UL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/LIST_UL -------------------------------------------------------------------------------- /test/LIST_UL.outvalid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/LIST_UL.outvalid -------------------------------------------------------------------------------- /test/PAGE_LINKS_A: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/PAGE_LINKS_A -------------------------------------------------------------------------------- /test/PAGE_LINKS_A.outvalid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/PAGE_LINKS_A.outvalid -------------------------------------------------------------------------------- /test/PARAGRAPH_P: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/PARAGRAPH_P -------------------------------------------------------------------------------- /test/PARAGRAPH_P.outvalid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/PARAGRAPH_P.outvalid -------------------------------------------------------------------------------- /test/TABLES_TD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/TABLES_TD -------------------------------------------------------------------------------- /test/TABLES_TD.outvalid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/TABLES_TD.outvalid -------------------------------------------------------------------------------- /test/TITLES_H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/TITLES_H -------------------------------------------------------------------------------- /test/TITLES_H.outvalid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/test/TITLES_H.outvalid -------------------------------------------------------------------------------- /verify_regr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ypnose/ahrf/HEAD/verify_regr.sh --------------------------------------------------------------------------------