Remix.run Logo
boxed 4 hours ago

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

robinhouston 4 hours ago | parent | next [-]

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 ?

4 hours ago | parent | prev | next [-]
[deleted]
4 hours ago | parent | prev | next [-]
[deleted]
LightMachine 4 hours ago | parent | prev [-]

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)