├── COPYING ├── ChangeLog ├── INSTALL.md ├── Makefile ├── README.md ├── argtable3.c ├── argtable3.h ├── conf2struct ├── confcheck.c ├── eg_conf.cfg ├── example.cfg ├── parser.c ├── t ├── Makefile ├── README.md ├── in1.data ├── in1.sch ├── in2.data ├── in2.sch ├── in2a.data ├── in2b.data ├── in2b.sch ├── in2c.data ├── in2d.data ├── in2e.data ├── in3.sch ├── in4.sch ├── in5.sch ├── in5a.data ├── out1a.txt ├── out1b.txt ├── out1c.txt ├── out2a.txt ├── out2b.txt ├── out2c.txt ├── out2c1.txt ├── out2d.txt ├── out2e.txt ├── out2ea.txt ├── out2f.txt ├── out2fa.txt ├── out2g.txt ├── out2h.txt ├── out2i.txt ├── out2j.txt ├── out4.txt ├── out5a1.txt ├── out5a2.txt ├── out5a3.txt ├── parser.c └── run └── tutorial.md /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/COPYING -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/ChangeLog -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/INSTALL.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/README.md -------------------------------------------------------------------------------- /argtable3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/argtable3.c -------------------------------------------------------------------------------- /argtable3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/argtable3.h -------------------------------------------------------------------------------- /conf2struct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/conf2struct -------------------------------------------------------------------------------- /confcheck.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/confcheck.c -------------------------------------------------------------------------------- /eg_conf.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/eg_conf.cfg -------------------------------------------------------------------------------- /example.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/example.cfg -------------------------------------------------------------------------------- /parser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/parser.c -------------------------------------------------------------------------------- /t/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/Makefile -------------------------------------------------------------------------------- /t/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/README.md -------------------------------------------------------------------------------- /t/in1.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/in1.data -------------------------------------------------------------------------------- /t/in1.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/in1.sch -------------------------------------------------------------------------------- /t/in2.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/in2.data -------------------------------------------------------------------------------- /t/in2.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/in2.sch -------------------------------------------------------------------------------- /t/in2a.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/in2a.data -------------------------------------------------------------------------------- /t/in2b.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/in2b.data -------------------------------------------------------------------------------- /t/in2b.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/in2b.sch -------------------------------------------------------------------------------- /t/in2c.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/in2c.data -------------------------------------------------------------------------------- /t/in2d.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/in2d.data -------------------------------------------------------------------------------- /t/in2e.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/in2e.data -------------------------------------------------------------------------------- /t/in3.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/in3.sch -------------------------------------------------------------------------------- /t/in4.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/in4.sch -------------------------------------------------------------------------------- /t/in5.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/in5.sch -------------------------------------------------------------------------------- /t/in5a.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/in5a.data -------------------------------------------------------------------------------- /t/out1a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out1a.txt -------------------------------------------------------------------------------- /t/out1b.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out1b.txt -------------------------------------------------------------------------------- /t/out1c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out1c.txt -------------------------------------------------------------------------------- /t/out2a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out2a.txt -------------------------------------------------------------------------------- /t/out2b.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out2b.txt -------------------------------------------------------------------------------- /t/out2c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out2c.txt -------------------------------------------------------------------------------- /t/out2c1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out2c1.txt -------------------------------------------------------------------------------- /t/out2d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out2d.txt -------------------------------------------------------------------------------- /t/out2e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out2e.txt -------------------------------------------------------------------------------- /t/out2ea.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out2ea.txt -------------------------------------------------------------------------------- /t/out2f.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out2f.txt -------------------------------------------------------------------------------- /t/out2fa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out2fa.txt -------------------------------------------------------------------------------- /t/out2g.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out2g.txt -------------------------------------------------------------------------------- /t/out2h.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out2h.txt -------------------------------------------------------------------------------- /t/out2i.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out2i.txt -------------------------------------------------------------------------------- /t/out2j.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out2j.txt -------------------------------------------------------------------------------- /t/out4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out4.txt -------------------------------------------------------------------------------- /t/out5a1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out5a1.txt -------------------------------------------------------------------------------- /t/out5a2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out5a2.txt -------------------------------------------------------------------------------- /t/out5a3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/out5a3.txt -------------------------------------------------------------------------------- /t/parser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/parser.c -------------------------------------------------------------------------------- /t/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/t/run -------------------------------------------------------------------------------- /tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrutschle/conf2struct/HEAD/tutorial.md --------------------------------------------------------------------------------