diff --git a/acc/acc.csproj b/acc/acc.csproj
index 200046e..7bf2ef9 100644
--- a/acc/acc.csproj
+++ b/acc/acc.csproj
@@ -5,7 +5,7 @@
net5.0
flame.compiler
win10-x64;osx.10.14-x64;linux-x64
- 0.70.497-beta
+ 0.70.498-beta
Yuuki Wesp
flame.compiler
Yuuki Wesp (C) 2020
diff --git a/libs/Ancient.Compiler.Service/Ancient.Compiler.Service.csproj b/libs/Ancient.Compiler.Service/Ancient.Compiler.Service.csproj
index 0ea705f..ab0506c 100644
--- a/libs/Ancient.Compiler.Service/Ancient.Compiler.Service.csproj
+++ b/libs/Ancient.Compiler.Service/Ancient.Compiler.Service.csproj
@@ -13,7 +13,7 @@
MIT
Yuuki Wesp
Ancient Project
- 0.70.643.120
+ 0.70.646.120
diff --git a/libs/Ancient.Compiler.Service/Tokens/AssemblerSyntax.cs b/libs/Ancient.Compiler.Service/Tokens/AssemblerSyntax.cs
index 75bf0f8..f92c413 100644
--- a/libs/Ancient.Compiler.Service/Tokens/AssemblerSyntax.cs
+++ b/libs/Ancient.Compiler.Service/Tokens/AssemblerSyntax.cs
@@ -101,6 +101,7 @@ public partial class AssemblerSyntax
// transformators
+ .Or(Signature)
.Or(Locals.Return(new NullExpression()))
.Or(Group(Label).Return(new NullExpression()))
;
diff --git a/libs/Ancient.Runtime.Context/Ancient.Runtime.Context.csproj b/libs/Ancient.Runtime.Context/Ancient.Runtime.Context.csproj
index 8b4ce1e..2a55730 100644
--- a/libs/Ancient.Runtime.Context/Ancient.Runtime.Context.csproj
+++ b/libs/Ancient.Runtime.Context/Ancient.Runtime.Context.csproj
@@ -4,7 +4,7 @@
Library
netcoreapp3.1
- 0.70.623.37
+ 0.70.624.37
true
https://raw.githubusercontent.com/ancientproject/cli/master/resource/icon.png
https://github.com/0xF6/ancient_cpu
diff --git a/libs/Ancient.Runtime.Hardware/Ancient.Runtime.Hardware.csproj b/libs/Ancient.Runtime.Hardware/Ancient.Runtime.Hardware.csproj
index 201e456..c66747e 100644
--- a/libs/Ancient.Runtime.Hardware/Ancient.Runtime.Hardware.csproj
+++ b/libs/Ancient.Runtime.Hardware/Ancient.Runtime.Hardware.csproj
@@ -10,7 +10,7 @@
https://raw.githubusercontent.com/ancientproject/cli/master/resource/icon.png
https://github.com/0xF6/ancient_cpu
git
- 0.70.623.340
+ 0.70.624.341
true
diff --git a/vm/csharp/vm.csproj b/vm/csharp/vm.csproj
index 4789e6e..e01b529 100644
--- a/vm/csharp/vm.csproj
+++ b/vm/csharp/vm.csproj
@@ -11,7 +11,7 @@
win10-arm64;
win10-arm;
- 0.70.705-beta
+ 0.70.706-beta
true
Yuuki Wesp (C) 2020