davidgiven / ack

The Amsterdam Compiler Kit
http://tack.sf.net
Other
421 stars 59 forks source link

Carl ansi part1 #174

Closed ccodere closed 5 years ago

ccodere commented 5 years ago

Mainly last part of ANSI language cleanup for compilers and also fixed an issue where function pointer tables in M2 compilers was incorrect, i don't understand why this would not crash!

Next step for me is to understand what is tested, and add tests if necessary, before i do the next thing we already discussed if ok with you: Replace File by FILE everywhere in ACK, then remove as much as possible in the compilers the sys_ / mkstemp calls to replace them by ANSI equivalents. Let me know what you think.

davidgiven commented 5 years ago

Sorry it took so long to get to this --- all LGTM. Thanks very much, this is a tonne of work!