AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How Does MScripten Work?
A normal compiler has a front end, a parser that parses your human readable source code. And then there's a series of passes that take that AST and transform it into LVM IR. This is an intermediate representation that sort of language and machine agnostic. We're after something different, we're aftermizing for readability. So rather than going through that whole pipeline and getting something very, very far from the source code, we actually interpose right at the front end.