Import aap@github's B compiler.
authorDavid Given <dg@cowlark.com>
Sun, 27 Nov 2016 10:37:25 +0000 (11:37 +0100)
committerDavid Given <dg@cowlark.com>
Sun, 27 Nov 2016 10:37:25 +0000 (11:37 +0100)
commita69045c0e444c1c779a0768bfecef7bb4f575148
tree5fc1b83554ba12a46295628ba28f4f92323d43f8
parent4f446467c867e25a50a340a89dbc59cb8b8063f2
Import aap@github's B compiler.
16 files changed:
lang/b/distr/LICENSE [new file with mode: 0644]
lang/b/distr/Makefile [new file with mode: 0644]
lang/b/distr/README.md [new file with mode: 0644]
lang/b/distr/abc [new file with mode: 0755]
lang/b/distr/b.h [new file with mode: 0644]
lang/b/distr/b0.c [new file with mode: 0644]
lang/b/distr/b1.c [new file with mode: 0644]
lang/b/distr/brt.s [new file with mode: 0644]
lang/b/distr/examples/1_var.b [new file with mode: 0644]
lang/b/distr/examples/2_ext.b [new file with mode: 0644]
lang/b/distr/examples/3_fun.b [new file with mode: 0644]
lang/b/distr/examples/4_goto.b [new file with mode: 0644]
lang/b/distr/examples/5_while.b [new file with mode: 0644]
lang/b/distr/examples/printargs.b [new file with mode: 0644]
lang/b/distr/lib.b [new file with mode: 0644]
lang/b/distr/link.ld [new file with mode: 0644]