Skip to content

Commit

Permalink
Merge pull request davidgiven#320 from davidgiven/dtrg-b
Browse files Browse the repository at this point in the history
Remove the B compiler.
  • Loading branch information
davidgiven authored Nov 4, 2024
2 parents 0bdf064 + be3865c commit 9152154
Show file tree
Hide file tree
Showing 38 changed files with 1 addition and 3,574 deletions.
4 changes: 0 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ There are some things you should be aware of.
- The ACK uses its own .o format. You won't be able to mix the ACK's object
files and another compiler's.

- When compiling together multiple B source files, you need to do some extra
work to initialise them properly otherwise your program will crash on
startup; see the ack(1) and abmodules(1) man pages.

- The distribution contains *everything*, including the weird, ancient,
archaic stuff that doesn't work any more and never will, such as the int EM
interpreter and the assembler-linkers. Only some of it builds. Look for
Expand Down
1 change: 0 additions & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ installable {
"lang/cem/cemcom.ansi+pkg",
"lang/m2/comp+pkg",
"lang/pc/comp+pkg",
"lang/b/compiler+pkg",
"util/ack+pkg",
"util/amisc+pkg",
"util/arch+pkg",
Expand Down
1 change: 0 additions & 1 deletion examples/build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ local softfp = {
}

local sourcefiles = filenamesof(
"./hilo.b",
"./hilo.bas",
"./hilo.c",
"./hilo.mod",
Expand Down
108 changes: 0 additions & 108 deletions examples/hilo.b

This file was deleted.

22 changes: 0 additions & 22 deletions lang/b/LICENSE

This file was deleted.

53 changes: 0 additions & 53 deletions lang/b/README.md

This file was deleted.

176 changes: 0 additions & 176 deletions lang/b/compiler/b.h

This file was deleted.

Loading

0 comments on commit 9152154

Please sign in to comment.