logoalt Hacker News

boxedyesterday at 8:55 PM4 repliesview on HN

A single commit in github, and the compiler isn't there anyway. Where is the compiler?


Replies

robinhoustonyesterday at 9:16 PM

I’m just looking at it for the first time myself, but isn’t the compiler in https://github.com/bendlang/bend/blob/main/bend2/comp.ts ?

show 1 reply
LightMachineyesterday at 9:22 PM

the compiler is in comp.ts, alongside the runtime

it is not a pretty file and it has a lot of gambiarra and AI slop for now

if you want to read something worthy, read the kernel (bend.ts)

show 1 reply