We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09fc420 commit 892cf2cCopy full SHA for 892cf2c
HOWTO
@@ -6,8 +6,8 @@ Howto compile herschel code to binary
6
2. You need the little runtime addition rt.c, precompile it with clang or gcc
7
8
3.
9
-../temp/debug/hrc -c -s compile/d.hea ; llc d.ll ; gcc -o d.out d.s rt.o
+../temp/debug/hrc -c -s compile/d.hr ; llc d.ll ; gcc -o d.out d.s rt.o
10
11
and this is even faster:
12
13
-../temp/debug/hrc -c -b compile/d.hea ; llvm-ld -v -native -o d3.out d.bc rt.o
+../temp/debug/hrc -c -b compile/d.hr ; llvm-ld -v -native -o d3.out d.bc rt.o
TODO
@@ -37,8 +37,6 @@ Bootstrap compiler
37
- char binary operators
38
- char arrays
39
40
- - basic String class
41
-
42
- basic IO classes (such to allow displaying info from test files)
43
44
- gc
0 commit comments