index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
docs/paper.tex
37
-rw-r--r--
src/analyzer.js
2
-rw-r--r--
src/intertyper.js
10
-rw-r--r--
src/jsifier.js
16
-rw-r--r--
src/library.js
9
-rw-r--r--
src/modules.js
1
-rw-r--r--
src/parseTools.js
2
-rw-r--r--
src/settings.js
1
-rw-r--r--
tests/runner.py
45
-rw-r--r--
third_party/CppHeaderParser/CppHeaderParser/CppHeaderParser.py
669
-rw-r--r--
third_party/CppHeaderParser/CppHeaderParser/CppHeaderParser3.py
669
-rw-r--r--
third_party/CppHeaderParser/CppHeaderParser/__init__.py
9
-rw-r--r--
third_party/CppHeaderParser/CppHeaderParser/doc/CppHeaderParser.html
657
-rw-r--r--
third_party/CppHeaderParser/CppHeaderParser/examples/SampleClass.h
64
-rwxr-xr-x
third_party/CppHeaderParser/CppHeaderParser/examples/readSampleClass.py
51
-rw-r--r--
third_party/CppHeaderParser/PKG-INFO
249
-rw-r--r--
third_party/CppHeaderParser/README.html
544
-rw-r--r--
third_party/CppHeaderParser/README.txt
226
-rw-r--r--
third_party/CppHeaderParser/setup.py
43
-rw-r--r--
third_party/ply/ANNOUNCE
40
-rw-r--r--
third_party/ply/CHANGES
1093
-rw-r--r--
third_party/ply/PKG-INFO
22
-rw-r--r--
third_party/ply/README
271
-rw-r--r--
third_party/ply/TODO
16
-rw-r--r--
third_party/ply/doc/internal.html
874
-rw-r--r--
third_party/ply/doc/makedoc.py
194
-rw-r--r--
third_party/ply/doc/ply.html
3262
-rw-r--r--
third_party/ply/example/BASIC/README
79
-rw-r--r--
third_party/ply/example/BASIC/basic.py
71
-rw-r--r--
third_party/ply/example/BASIC/basiclex.py
74
-rw-r--r--
third_party/ply/example/BASIC/basiclog.py
79
-rw-r--r--
third_party/ply/example/BASIC/basinterp.py
441
-rw-r--r--
third_party/ply/example/BASIC/basparse.py
424
-rw-r--r--
third_party/ply/example/BASIC/dim.bas
14
-rw-r--r--
third_party/ply/example/BASIC/func.bas
5
-rw-r--r--
third_party/ply/example/BASIC/gcd.bas
22
-rw-r--r--
third_party/ply/example/BASIC/gosub.bas
13
-rw-r--r--
third_party/ply/example/BASIC/hello.bas
4
-rw-r--r--
third_party/ply/example/BASIC/linear.bas
17
-rw-r--r--
third_party/ply/example/BASIC/maxsin.bas
12
-rw-r--r--
third_party/ply/example/BASIC/powers.bas
13
-rw-r--r--
third_party/ply/example/BASIC/rand.bas
4
-rw-r--r--
third_party/ply/example/BASIC/sales.bas
20
-rw-r--r--
third_party/ply/example/BASIC/sears.bas
18
-rw-r--r--
third_party/ply/example/BASIC/sqrt1.bas
5
-rw-r--r--
third_party/ply/example/BASIC/sqrt2.bas
4
-rw-r--r--
third_party/ply/example/GardenSnake/GardenSnake.py
709
-rw-r--r--
third_party/ply/example/GardenSnake/README
5
-rw-r--r--
third_party/ply/example/README
10
-rw-r--r--
third_party/ply/example/ansic/README
2
-rw-r--r--
third_party/ply/example/ansic/clex.py
164
-rw-r--r--
third_party/ply/example/ansic/cparse.py
863
-rw-r--r--
third_party/ply/example/calc/calc.py
107
-rw-r--r--
third_party/ply/example/calcdebug/calc.py
113
-rwxr-xr-x
third_party/ply/example/classcalc/calc.py
157
-rwxr-xr-x
third_party/ply/example/cleanup.sh
2
-rw-r--r--
third_party/ply/example/closurecalc/calc.py
130
-rw-r--r--
third_party/ply/example/hedit/hedit.py
48
-rwxr-xr-x
third_party/ply/example/newclasscalc/calc.py
160
-rw-r--r--
third_party/ply/example/optcalc/README
9
-rw-r--r--
third_party/ply/example/optcalc/calc.py
119
-rw-r--r--
third_party/ply/example/unicalc/calc.py
117
-rw-r--r--
third_party/ply/example/yply/README
41
-rw-r--r--
third_party/ply/example/yply/ylex.py
112
-rw-r--r--
third_party/ply/example/yply/yparse.py
217
-rwxr-xr-x
third_party/ply/example/yply/yply.py
53
-rw-r--r--
third_party/ply/ply/__init__.py
4
-rw-r--r--
third_party/ply/ply/cpp.py
898
-rw-r--r--
third_party/ply/ply/ctokens.py
133
-rw-r--r--
third_party/ply/ply/lex.py
1058
-rw-r--r--
third_party/ply/ply/yacc.py
3276
-rw-r--r--
third_party/ply/setup.py
31
-rw-r--r--
third_party/ply/test/README
7
-rw-r--r--
third_party/ply/test/calclex.py
49
-rwxr-xr-x
third_party/ply/test/cleanup.sh
4
-rw-r--r--
third_party/ply/test/lex_closure.py
54
-rw-r--r--
third_party/ply/test/lex_doc1.py
26
-rw-r--r--
third_party/ply/test/lex_dup1.py
29
-rw-r--r--
third_party/ply/test/lex_dup2.py
33
-rw-r--r--
third_party/ply/test/lex_dup3.py
31
-rw-r--r--
third_party/ply/test/lex_empty.py
20
-rw-r--r--
third_party/ply/test/lex_error1.py
24
-rw-r--r--
third_party/ply/test/lex_error2.py
26
-rw-r--r--
third_party/ply/test/lex_error3.py
27
-rw-r--r--
third_party/ply/test/lex_error4.py
27
-rw-r--r--
third_party/ply/test/lex_hedit.py
47
-rw-r--r--
third_party/ply/test/lex_ignore.py
31
-rw-r--r--
third_party/ply/test/lex_ignore2.py
29
-rw-r--r--
third_party/ply/test/lex_literal1.py
25
-rw-r--r--
third_party/ply/test/lex_literal2.py
25
-rw-r--r--
third_party/ply/test/lex_many_tokens.py
27
-rw-r--r--
third_party/ply/test/lex_module.py
10
-rw-r--r--
third_party/ply/test/lex_module_import.py
42
-rw-r--r--
third_party/ply/test/lex_object.py
55
-rw-r--r--
third_party/ply/test/lex_opt_alias.py
54
-rw-r--r--
third_party/ply/test/lex_optimize.py
50
-rw-r--r--
third_party/ply/test/lex_optimize2.py
50
-rw-r--r--
third_party/ply/test/lex_optimize3.py
52
-rw-r--r--
third_party/ply/test/lex_re1.py
27
-rw-r--r--
third_party/ply/test/lex_re2.py
27
-rw-r--r--
third_party/ply/test/lex_re3.py
29
-rw-r--r--
third_party/ply/test/lex_rule1.py
27
-rw-r--r--
third_party/ply/test/lex_rule2.py
29
-rw-r--r--
third_party/ply/test/lex_rule3.py
27
-rw-r--r--
third_party/ply/test/lex_state1.py
40
-rw-r--r--
third_party/ply/test/lex_state2.py
40
-rw-r--r--
third_party/ply/test/lex_state3.py
42
-rw-r--r--
third_party/ply/test/lex_state4.py
41
-rw-r--r--
third_party/ply/test/lex_state5.py
40
-rw-r--r--
third_party/ply/test/lex_state_noerror.py
39
-rw-r--r--
third_party/ply/test/lex_state_norule.py
40
-rw-r--r--
third_party/ply/test/lex_state_try.py
45
-rw-r--r--
third_party/ply/test/lex_token1.py
19
-rw-r--r--
third_party/ply/test/lex_token2.py
22
-rw-r--r--
third_party/ply/test/lex_token3.py
24
-rw-r--r--
third_party/ply/test/lex_token4.py
26
-rw-r--r--
third_party/ply/test/lex_token5.py
31
-rw-r--r--
third_party/ply/test/lex_token_dup.py
29
-rwxr-xr-x
third_party/ply/test/testlex.py
606
-rw-r--r--
third_party/ply/test/testyacc.py
347
-rw-r--r--
third_party/ply/test/yacc_badargs.py
68