Data update

This commit is contained in:
Ingy döt Net 2026-02-01 16:33:20 -08:00
parent 5150844a7d
commit 4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions

View file

@ -1,4 +0,0 @@
procedure Empty is
begin
null;
end;

View file

@ -1 +0,0 @@
;nothing

View file

@ -1,3 +1,3 @@
public program()
public Program()
{
}

View file

@ -1,4 +0,0 @@
class Program {
static function main() {
}
}

View file

@ -1,2 +1 @@
procedure main() # a null file will compile but generate a run-time error for missing main
end
record main()

View file

@ -2,4 +2,5 @@ bundle Default {
class Empty {
function : Main(args : String[]) ~ Nil {
}
}
}

View file

@ -1 +0,0 @@
&{}

View file

@ -1 +0,0 @@
REBOL []

View file

@ -1 +0,0 @@
'

View file

@ -1,6 +0,0 @@
entity dummy is
end;
architecture empty of dummy is
begin
end;