опечатка в комменте

This commit is contained in:
Mikhalkovich Stanislav 2025-06-26 13:25:24 +03:00
parent aa42e80c7f
commit 5abe6333ba

View file

@ -164,7 +164,7 @@ namespace PascalABCCompiler.NETGenerator
protected bool make_next_spoint = true;
protected SemanticTree.ILocation EntryPointLocation;
protected Label ExitLabel;//метка для выхода из процедуры
protected bool ExitProcedureCall = false; //призна того что встретиласть exit и надо пометить коней процедуры
protected bool ExitProcedureCall = false; //признак того, что встретилась exit и надо пометить конец процедуры
protected Dictionary<IConstantNode, FieldBuilder> ConvertedConstants = new Dictionary<IConstantNode, FieldBuilder>();
//ivan
protected List<EnumBuilder> enums = new List<EnumBuilder>();