Парсер шаблонов готов

This commit is contained in:
2025-03-23 19:32:41 +03:00
parent e93a028bc4
commit b58bddc1a3
19 changed files with 352 additions and 22 deletions
+6 -1
View File
@@ -4,9 +4,14 @@ namespace mROA.CodegenTools
{
TemplateDocument Context { get; set; }
int TargetLength { get; }
string Bake();
}
public interface IBaking
{
string Bake();
}
public interface ITagged : ITemplateSection
{
string Tag { get; }