aboutsummaryrefslogtreecommitdiff
path: root/amalgam.files
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-06-24 05:14:07 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commit33223c7d9a80e821bccce25960f7e48ab425d975 (patch)
tree8ac99827261dbc935198ac467212b7ce41cf925e /amalgam.files
parentabe41cc2d5413faa8adeb16831f654435b6d0ef0 (diff)
Fix errors from pedantic check
Diffstat (limited to 'amalgam.files')
-rw-r--r--amalgam.files54
1 files changed, 54 insertions, 0 deletions
diff --git a/amalgam.files b/amalgam.files
new file mode 100644
index 0000000..1850f5c
--- /dev/null
+++ b/amalgam.files
@@ -0,0 +1,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