Skip to content

Remove the B compiler. #320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading