add symbol table and test file

This commit is contained in:
csh
2025-10-26 22:52:31 +08:00
parent 7d9b966bc7
commit 100e210ed1
43 changed files with 3829 additions and 3095 deletions
+11
View File
@@ -0,0 +1,11 @@
function f1(a: string; b: boolean = true): integer;
begin
end;
function f2(a, b, c);overload;
begin
end;
// var d := 1;
// c := false;
// f := fa();