Lars Kirkholt Melhus

Results 5 comments of Lars Kirkholt Melhus

Regarding different type sizes, I think the correct way to look at this is to do a mapping closer to the front-end. If for example we want to have sizeof(long)...

I have thought about generating PE for Windows, and I agree it would be cool to support all major platforms. There is even a branch in here for experimental CIL...

Ideally it should be supported with the correct configuration generated by configure script, but I have no experience with OS X so not sure what is required to make it...

Although lacc can understand some inline assembly, it is not a complete assembler, and compiling .s input files is not supported. You should rather use an actual assembler to compile...

There is no linker, only a very crude implementation of a driver invoking the system linker (see [src/backend/linker.c](https://github.com/larmel/lacc/blob/master/src/backend/linker.c)). I guess it is reasonable to assume that lacc would also know...