Welcome to the SourceGenerate - A tool to generate code slices according to the set rules.
We may write dozens of similar lines of code. We can abstract a code template, set the rules of the template, and quickly write a lot of required code.
SourceGenerate can generate simple string lists, complex codes according to string items, escape/unescape strings, and very complex code fragments by running c code directly.
SourceGenerate starts as shown in the figure below.The following table provides a listing and brief descriptions of the tool:
Command | Description |
---|---|
Generate code with a variable i | Generate code slice with a single variable. |
Generate code with a variable i j | Generate code slice with two variables. |
Generate code with a variable i j k | Generate code slice with three variables. You can use more variables to generate complex code. |
Source template | You can write c code to print strings to generate the needed code. |
Precess results | The generated code printed by the template. |
Source Generate button | Start the source generating process. |
Help button | Displays the main page of the help system. |
About button | Displays information about the program. |
License... button | Active the program with a valid license key. Will be gray after actived. |