From 6cbc88049f16c07563a3698160cf4c78f205a0af Mon Sep 17 00:00:00 2001 From: code-dev Date: Sun, 22 May 2022 17:45:41 +0000 Subject: [PATCH] Update 'Home' --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 05403ab..a85c3f9 100644 --- a/Home.md +++ b/Home.md @@ -45,7 +45,7 @@ I've used a few different code generation stacks in the past, and they're all go With the goal of creating something that is both lightweight and easy to use, I've decided on mixing Java and non-Java bits. By doing this, I will be able to get the full power of Java within my reach and delegate commonly occurring text output tasks to a few non-Java bits - from this point on the non-Java bits are called **_generative functions_**. Let’s mock-up template structures: -![Template Mock-up](https://chulk.org/code-dev/codegen/src/branch/main/doc/images/image4.jpg) +![Template Mock-up](https://chulk.org/code-dev/codegen/src/branch/main/doc/images/image4.jpg "Template mock-up") The first part is to create models that drive text output; the second half involves file and text related things such as file creation and text output.