Commit Graph

8 Commits

Author SHA1 Message Date
Jeremy Rand
51f8ff5574 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
My plan is to go forward with just a shell command which is focused only on markdown to Teach file conversion, intended to be used in my build engine under Golden Gate.
2021-06-22 23:56:19 -04:00
Jeremy Rand
e54c22fdda Add more to the makefiles to support building both the shell command and the babelfish translator which is the next step in supporting markdown. 2021-05-06 23:43:31 -04:00
Jeremy Rand
e4778d0581 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
Jeremy Rand
0c001196b1 Some minor fixes to style translation. Quote blocks should be working now. Some extra carriage returns are removed. Some extra style debug output to figure out if there are problems. Extend the test.md file to better cover cases I care about (versus cases the md parser cares about). 2021-04-29 19:33:15 -04:00
Jeremy Rand
8b97df852c 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
Jeremy Rand
ce6666456d 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
Jeremy Rand
2d31af9b45 Provide a bunch of the implementation for updating the style information. 2021-04-26 20:16:42 -04:00
Jeremy Rand
2c6c191af8 Add this missing file. 2021-04-24 16:18:30 -04:00