aboutsummaryrefslogtreecommitdiff
path: root/amalgam.files
blob: 1850f5c511234ff0f55960d6371786abd0e70de8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
build.sh
include/ast.h
include/binop_type.h
include/bytecode/bytecode.h
include/compiler.h
include/compiler_options.h
include/defs.h
include/parser.h
include/ssa/ssa.h
include/std/alloc.h
include/std/buffer.h
include/std/buffer_view.h
include/std/defs.h
include/std/file.h
include/std/hash.h
include/std/hash_map.h
include/std/log.h
include/std/mem.h
include/std/misc.h
include/std/scoped_allocator.h
include/std/thread.h
include/std/types.h
include/tokenizer.h
src/ast.c
src/bytecode/bytecode.c
src/compiler.c
src/parser.c
src/ssa/ssa.c
src/std/alloc.c
src/std/buffer.c
src/std/buffer_view.c
src/std/file.c
src/std/hash.c
src/std/hash_map.c
src/std/log.c
src/std/mem.c
src/std/scoped_allocator.c
src/std/thread.c
src/tokenizer.c
tests/b.amal
tests/b.amal.z
tests/bytecode.amal
tests/bytecode.amal.z
tests/errors/closure_no_lhs.amal
tests/errors/const_assign.amal
tests/errors/duplicate_declaration.amal
tests/errors/pub_in_closure.amal
tests/io.amal
tests/io.amal.z
tests/main.amal
tests/main.amal.z
tests/main.c
tests/sub/a.amal
tests/sub/a.amal.z