From mboxrd@z Thu Jan 1 00:00:00 1970 From: aap@papnet.eu (Angelo Papenhoff) Date: Mon, 18 Sep 2017 23:45:16 +0200 Subject: [TUHS] B Source Code In-Reply-To: References: Message-ID: <20170918214516.GA58781@indra.papnet.eu> On 12/09/17, Clem Cole wrote: > BTW: Check out: ybc: a compiler for B > I may me a bit late now, but I would also like to add my B compiler, that I wrote a few years ago: https://github.com/aap/abc/ I wasn't able to find another B compiler at the time but wanted to run B code just for fun. I was also studying dmr's C compiler so I took a lot of inspiration from his code and wrote this (rhe code generation is entirely mine though, and terribly inefficient). I haven't compiled it in a while and I suspect it's not as portable as it should be, but it was only meant as a toy anyway...my first parser/compiler/language. I'm still planning to make it output PDP-6/10 code eventually. aap