md2teach/md2teach
2021-04-29 00:24:27 -04:00
..
make Implement a workaround for writing resources. Write the resources I want to a .rez file and use a script in the build itself to turn that into resources and attach it to the output file. This seems to result in a styled teach file for my test input that loads and looks pretty close to right. 2021-04-29 00:24:27 -04:00
io.c Implement a workaround for writing resources. Write the resources I want to a .rez file and use a script in the build itself to turn that into resources and attach it to the output file. This seems to result in a styled teach file for my test input that loads and looks pretty close to right. 2021-04-29 00:24:27 -04:00
io.h Implement a workaround for writing resources. Write the resources I want to a .rez file and use a script in the build itself to turn that into resources and attach it to the output file. This seems to result in a styled teach file for my test input that loads and looks pretty close to right. 2021-04-29 00:24:27 -04:00
main.c Implement a workaround for writing resources. Write the resources I want to a .rez file and use a script in the build itself to turn that into resources and attach it to the output file. This seems to result in a styled teach file for my test input that loads and looks pretty close to right. 2021-04-29 00:24:27 -04:00
main.h Use the --mem argument in Golden Gate to get an accurate stack usage value. Beginnings of work on writing resource information. 2021-04-28 23:20:20 -04:00
Makefile Initial commit of a "working-ish" port of md4c for the ORCA shell. Lots of todos to follow up on but it is a good start. 2021-04-13 23:40:58 -04:00
md4c.c Review all uses of int and unsigned and promote them to int32_t or uint32_t as required. 2021-04-16 00:26:25 -04:00
md4c.h Provide a bunch of the implementation for updating the style information. 2021-04-26 20:16:42 -04:00
style.c Implement a workaround for writing resources. Write the resources I want to a .rez file and use a script in the build itself to turn that into resources and attach it to the output file. This seems to result in a styled teach file for my test input that loads and looks pretty close to right. 2021-04-29 00:24:27 -04:00
style.h Implement a workaround for writing resources. Write the resources I want to a .rez file and use a script in the build itself to turn that into resources and attach it to the output file. This seems to result in a styled teach file for my test input that loads and looks pretty close to right. 2021-04-29 00:24:27 -04:00
test.md Call into the style code from translate. I think the right styles are being set now. Just need to write the resources to the output file. 2021-04-27 20:26:12 -04:00
translate.c Use the --mem argument in Golden Gate to get an accurate stack usage value. Beginnings of work on writing resource information. 2021-04-28 23:20:20 -04:00
translate.h Cleanup the implementation and split things into separate files a bit. 2021-04-24 16:15:43 -04:00