aboutsummaryrefslogtreecommitdiff
path: root/amalgam.files
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-07-16 00:27:53 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commit85c654a102701958d3748e82ecac9c1bc4dbbcba (patch)
tree61a804a3af5ca43e7608f4c5dc6ea1e292fc8a35 /amalgam.files
parentabd74f22fd0c58b30f951da9cec1d1799e9b5072 (diff)
Start on real bytecode & doc parsing
Diffstat (limited to 'amalgam.files')
-rw-r--r--amalgam.files54
1 files changed, 0 insertions, 54 deletions
diff --git a/amalgam.files b/amalgam.files
deleted file mode 100644
index 1850f5c..0000000
--- a/amalgam.files
+++ /dev/null
@@ -1,54 +0,0 @@
-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