Skip to main content
Home Forums 68kMLA GCC-based cross compiler for 68K Macs — #5
Post #5 by autc04
Source Forum68kMLA
CategoryDevelopment
Post DateSat, 13 Sep 2014 - 05:14
Original URLhttps://68kmla.org/bb/threads/gcc-based-cross-compiler-for-68k-macs.140/
Post
Haskell:

Yes, the dependency on GHC is just for PrepareHeaders.hs. Once the headers are generated, it's no longer needed.

I realize it's a big dependency, but Haskell is very well suited for the task of hacking up a parser quickly (as opposed to using perl and a big heap of regular expressions that will probably never work right...).

Resource Forks:

The MakeAPPL tool creates the resources that are mandatory, and it could theoretically be extended to include a proper Rez-style resource compiler in the future. Let's say that for now you should probably be using NewWindow instead of GetNewWindow.

mp.ls