...
This commit is contained in:
@@ -6,6 +6,7 @@ global func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
while 1 == 1 {
|
while 1 == 1 {
|
||||||
puts("loop");
|
puts("test");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -549,10 +549,8 @@ public class Generator
|
|||||||
{
|
{
|
||||||
return bool.Parse(literal.Literal) ? "1" : "0";
|
return bool.Parse(literal.Literal) ? "1" : "0";
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
throw new NotSupportedException($"Literal {literal.LiteralType} is not supported");
|
||||||
throw new NotImplementedException();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private string GenerateStructInitializer(StructInitializerNode structInitializer)
|
private string GenerateStructInitializer(StructInitializerNode structInitializer)
|
||||||
|
|||||||
Reference in New Issue
Block a user