Skip to content

Commit 9152154

Browse files
authored
Merge pull request #320 from davidgiven/dtrg-b
Remove the B compiler.
2 parents 0bdf064 + be3865c commit 9152154

File tree

38 files changed

+1
-3574
lines changed

38 files changed

+1
-3574
lines changed

README

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ There are some things you should be aware of.
160160
- The ACK uses its own .o format. You won't be able to mix the ACK's object
161161
files and another compiler's.
162162

163-
- When compiling together multiple B source files, you need to do some extra
164-
work to initialise them properly otherwise your program will crash on
165-
startup; see the ack(1) and abmodules(1) man pages.
166-
167163
- The distribution contains *everything*, including the weird, ancient,
168164
archaic stuff that doesn't work any more and never will, such as the int EM
169165
interpreter and the assembler-linkers. Only some of it builds. Look for

build.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ installable {
4343
"lang/cem/cemcom.ansi+pkg",
4444
"lang/m2/comp+pkg",
4545
"lang/pc/comp+pkg",
46-
"lang/b/compiler+pkg",
4746
"util/ack+pkg",
4847
"util/amisc+pkg",
4948
"util/arch+pkg",

examples/build.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ local softfp = {
99
}
1010

1111
local sourcefiles = filenamesof(
12-
"./hilo.b",
1312
"./hilo.bas",
1413
"./hilo.c",
1514
"./hilo.mod",

examples/hilo.b

Lines changed: 0 additions & 108 deletions
This file was deleted.

lang/b/LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

lang/b/README.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

lang/b/compiler/b.h

Lines changed: 0 additions & 176 deletions
This file was deleted.

0 commit comments

Comments
 (0)