remove _ in names

This commit is contained in:
Ingy döt Net 2013-04-10 12:38:21 -07:00
parent 829db87c40
commit 3af7344581
1270 changed files with 0 additions and 18916 deletions

View file

@ -1 +0,0 @@
10 LIST

View file

@ -1 +0,0 @@
let q s = putStrLn (s ++ show s) in q "let q s = putStrLn (s ++ show s) in q "

View file

@ -1 +0,0 @@
class S{public static void main(String[]a){String s="class S{public static void main(String[]a){String s=;char c=34;System.out.println(s.substring(0,52)+c+s+c+s.substring(52));}}";char c=34;System.out.println(s.substring(0,52)+c+s+c+s.substring(52));}}

View file

@ -1 +0,0 @@
(function(){print("("+arguments.callee.toString().replace(/\s/g,'')+")()");})()

View file

@ -1,2 +0,0 @@
$s = q($s = q(%s); printf($s, $s);
); printf($s, $s);

View file

@ -1 +0,0 @@
('((X) (list (lit X) (lit X))) '((X) (list (lit X) (lit X))))

View file

@ -1,2 +0,0 @@
x = 'x = %r\nprint(x %% x)'
print(x % x)

View file

@ -1 +0,0 @@
/*REXX program outputs itself.*/ do j=1 for sourceline(); say sourceline(j); end

View file

@ -1 +0,0 @@
x = "x = %p; puts x %% x"; puts x % x

View file

@ -1,6 +0,0 @@
val q = "\"" * 3
val c = """val q = "\"" * 3
val c = %s%s%s
println(c format (q, c, q))
"""
println(c format (q, c, q))

View file

@ -1 +0,0 @@
((lambda (s) (display (list s (list (quote quote) s)))) (quote (lambda (s) (display (list s (list (quote quote) s))))))

View file

@ -1 +0,0 @@
[:s| Transcript show: s, s printString; cr ] value: '[:s| Transcript show: s, s printString; cr ] value: '

View file

@ -1,2 +0,0 @@
join { {} A B } any_string
=> any_stringAany_stringB