langs a-z

This commit is contained in:
Ingy döt Net 2013-04-10 22:43:41 -07:00
parent db842d013d
commit d066446780
11389 changed files with 98361 additions and 1020 deletions

View file

@ -0,0 +1 @@
null

View file

@ -0,0 +1,6 @@
module Program
{
Main() : void
{
}
}

View file

@ -0,0 +1 @@
class empty

View file

@ -0,0 +1 @@
method main(args = String[]) static

View file

@ -0,0 +1 @@
;

View file

@ -0,0 +1 @@
;;

View file

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

View file

@ -0,0 +1,3 @@
int main(int argc, const char **argv) {
return 0;
}

View file

@ -0,0 +1,12 @@
#import <Cocoa/Cocoa.h>
int main( int argc, const char *argv[] )
{
NSAutoreleasePool *pool;
pool = [[NSAutoreleasePool alloc] init];
NSApp = [NSApplication sharedApplication];
[pool release];
return 0;
}

View file

View file

@ -0,0 +1 @@
unit

View file

@ -0,0 +1,4 @@
functor
define
skip
end

View file

@ -0,0 +1,2 @@
s: proc options (main);
end;

View file

@ -0,0 +1,3 @@
BEGIN
NULL;
END;

View file

@ -0,0 +1,4 @@
EXECUTE BLOCK
AS
BEGIN
END

View file

@ -0,0 +1,4 @@
program ProgramName;
begin
end.

View file

@ -0,0 +1 @@
begin end.

View file

@ -0,0 +1 @@
use v6;

View file

@ -0,0 +1 @@
v6;

View file

@ -0,0 +1 @@
6;

View file

@ -0,0 +1 @@
int main(){}

View file

@ -0,0 +1 @@
;;; This is a valid Pop11 program that does absolutely nothing.

View file

@ -0,0 +1,6 @@
compile_mode :pop11 +strict;
define entry_point();
enddefine;
#_TERMIN_IF DEF POPC_COMPILING
entry_point();

View file

@ -0,0 +1 @@
%!PS

View file

@ -0,0 +1,4 @@
%!PS-2.0
% ...or...
%!PS-3.0
% etc

View file

@ -0,0 +1 @@
IGNORELINE

View file

@ -0,0 +1 @@
;

View file

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

View file

@ -0,0 +1 @@
&bye is boot

View file

@ -0,0 +1 @@
end

View file

@ -0,0 +1,3 @@
$ include "seed7_05.s7i";
const proc: main is noop;

View file

@ -0,0 +1 @@
;

View file

@ -0,0 +1 @@
function () { }

View file

@ -0,0 +1 @@
$$ MODE TUSCRIPT

View file

@ -0,0 +1 @@
#!/bin/sh

View file

@ -0,0 +1 @@
#!/bin/bash

View file

@ -0,0 +1 @@
'

View file

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

View file

@ -0,0 +1,4 @@
Module General
Sub Main()
End Sub
End Module

View file

@ -0,0 +1,7 @@
section .text
global _start
_start:
mov eax, 1
int 0x80
ret

View file

@ -0,0 +1,8 @@
.386
.model flat, stdcall
option casemap:none
.code
start:
ret
end start

View file

@ -0,0 +1 @@
.

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- code goes here -->
</xsl:stylesheet>

View file

@ -0,0 +1 @@
<transform xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0"/>

View file

@ -0,0 +1,3 @@
<transform xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0">
<template match="/" />
</transform>

View file

@ -0,0 +1 @@
<?xml version="1.0"?>