Skip to content

Commit 8c576a4

Browse files
committed
Increased usage of modules.
1 parent 075bcb1 commit 8c576a4

File tree

5 files changed

+661
-650
lines changed

5 files changed

+661
-650
lines changed

selfcompile_compiler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ulimit -s unlimited
1414

1515
echo "* Compiling L2 source code into object files ..."
1616

17-
gdb --args ../bin/l2compile core-meta.l2 text-meta.l2 flow-meta.l2 elf-meta.l2 x86-64-linux-interface.l2 lexer.l2 x86-64-object.l2 expressions.l2 x86-64-assembler.l2 analysis.l2 x86-64-generator.l2 compile.l2 list.l2 64-numbers.l2 hash-table.l2 x86-64-arithmetic-intrinsics.l2 - arithmetic - ../bin/x86_64.o
17+
../bin/l2compile core-meta.l2 text-meta.l2 flow-meta.l2 elf-meta.l2 x86-64-linux-interface.l2 lexer.l2 x86-64-object.l2 expressions.l2 x86-64-assembler.l2 analysis.l2 x86-64-generator.l2 compile.l2 list.l2 64-numbers.l2 hash-table.l2 x86-64-arithmetic-intrinsics.l2 - arithmetic - ../bin/x86_64.o
1818

1919
echo "* Linking the produced object files together and replacing l2compile ..."
2020

0 commit comments

Comments
 (0)