md2teach/md2teach
2021-05-05 23:33:59 -04:00
..
make Turn on the -r argument in the default execution rule in the makefile. Some minor cleanup. 2021-05-05 23:33:59 -04:00
io.c Turn on the -r argument in the default execution rule in the makefile. Some minor cleanup. 2021-05-05 23:33:59 -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 Turn on the -r argument in the default execution rule in the makefile. Some minor cleanup. 2021-05-05 23:33:59 -04:00
main.h add -r flag to generate rez file/proper resource fork at run time 2021-05-05 21:58:48 -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 the rest of the direct writing of resources to the file. I have tested this under GNO (as opposed to Golden Gate where resource writes are not yet supported) and it does seem to work. I also tested it at 2.8MHz and the large test file takes about 30 seconds to convert. I may look at turning on the optimizer in the compiler to try to get a bit better performance on real HW. I decreased the stack size to 8K for now because 32K was too big for a "real" machine as opposed to the emulated Golden Gate. 2021-05-05 00:23:28 -04:00
style.h Implement the rest of the direct writing of resources to the file. I have tested this under GNO (as opposed to Golden Gate where resource writes are not yet supported) and it does seem to work. I also tested it at 2.8MHz and the large test file takes about 30 seconds to convert. I may look at turning on the optimizer in the compiler to try to get a bit better performance on real HW. I decreased the stack size to 8K for now because 32K was too big for a "real" machine as opposed to the emulated Golden Gate. 2021-05-05 00:23:28 -04:00
test.md Add all of the supported entities to the test markdown file. They look good in the resulting Teach file. 2021-04-29 20:37:17 -04:00
translate.c Add all of the supported entities to the test markdown file. They look good in the resulting Teach file. 2021-04-29 20:37:17 -04:00
translate.h Cleanup the implementation and split things into separate files a bit. 2021-04-24 16:15:43 -04:00