From 33223c7d9a80e821bccce25960f7e48ab425d975 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 24 Jun 2019 05:14:07 +0200 Subject: Fix errors from pedantic check --- amalgam.files | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 amalgam.files (limited to 'amalgam.files') 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 -- cgit v1.2.3