Skip to content

Commit 892cf2c

Browse files
committed
Updated
1 parent 09fc420 commit 892cf2c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

HOWTO

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Howto compile herschel code to binary
66
2. You need the little runtime addition rt.c, precompile it with clang or gcc
77

88
3.
9-
../temp/debug/hrc -c -s compile/d.hea ; llc d.ll ; gcc -o d.out d.s rt.o
9+
../temp/debug/hrc -c -s compile/d.hr ; llc d.ll ; gcc -o d.out d.s rt.o
1010

1111
and this is even faster:
1212

13-
../temp/debug/hrc -c -b compile/d.hea ; llvm-ld -v -native -o d3.out d.bc rt.o
13+
../temp/debug/hrc -c -b compile/d.hr ; llvm-ld -v -native -o d3.out d.bc rt.o

TODO

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ Bootstrap compiler
3737
- char binary operators
3838
- char arrays
3939

40-
- basic String class
41-
4240
- basic IO classes (such to allow displaying info from test files)
4341

4442
- gc

0 commit comments

Comments
 (0)