md2teach/md2teach
Jeremy Rand 345a1bb88b Final commit before publishing version 1.0. 2021-06-30 00:21:59 -04:00
..
make Add a Read.Me.md file which will be used to document the shell command for the distribution. For now, it is just a skeleton. Use md2teach to convert that markdown file into a Teach file for the distribution. Make running the test.md file through md2teach optional based on a DEBUGBUILD setting in the Makefile. 2021-06-23 00:09:38 -04:00
Makefile Add a Read.Me.md file which will be used to document the shell command for the distribution. For now, it is just a skeleton. Use md2teach to convert that markdown file into a Teach file for the distribution. Make running the test.md file through md2teach optional based on a DEBUGBUILD setting in the Makefile. 2021-06-23 00:09:38 -04:00
Read.Me.md Final commit before publishing version 1.0. 2021-06-30 00:21:59 -04:00
io.c Remove the work on trying to support a BabelFish translator. Chris Vavruska has picked it up because I was struggling with dealing with the 64K code resource limit. His code is here: https://github.com/vavruska/markdownGS 2021-06-22 23:56:19 -04:00
io.h Remove the work on trying to support a BabelFish translator. Chris Vavruska has picked it up because I was struggling with dealing with the 64K code resource limit. His code is here: https://github.com/vavruska/markdownGS 2021-06-22 23:56:19 -04:00
main.c Final commit before publishing version 1.0. 2021-06-30 00:21:59 -04:00
main.h Remove the work on trying to support a BabelFish translator. Chris Vavruska has picked it up because I was struggling with dealing with the 64K code resource limit. His code is here: https://github.com/vavruska/markdownGS 2021-06-22 23:56:19 -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 Remove the work on trying to support a BabelFish translator. Chris Vavruska has picked it up because I was struggling with dealing with the 64K code resource limit. His code is here: https://github.com/vavruska/markdownGS 2021-06-22 23:56:19 -04:00
style.h Remove the work on trying to support a BabelFish translator. Chris Vavruska has picked it up because I was struggling with dealing with the 64K code resource limit. His code is here: https://github.com/vavruska/markdownGS 2021-06-22 23:56:19 -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 Remove the work on trying to support a BabelFish translator. Chris Vavruska has picked it up because I was struggling with dealing with the 64K code resource limit. His code is here: https://github.com/vavruska/markdownGS 2021-06-22 23:56:19 -04:00
translate.h Remove the work on trying to support a BabelFish translator. Chris Vavruska has picked it up because I was struggling with dealing with the 64K code resource limit. His code is here: https://github.com/vavruska/markdownGS 2021-06-22 23:56:19 -04:00