feat(furc): introduce native and import functions

Closes: #19
This commit is contained in:
2026-06-24 18:26:01 +02:00
parent abeb5b390b
commit d8d81851d3
5 changed files with 56 additions and 11 deletions
+2
View File
@@ -13,6 +13,8 @@
int main(void) {
try {
std::string programStr = R"(
native func print(value: int32);
func main() -> int32 {
x = 0;
y = 10;