Releases: JvanKatwijk/algol-60-compiler
Releases · JvanKatwijk/algol-60-compiler
algol compiler
A release was created, after handling some nasty errors. The software was written in a 32 bit era where
pointers and ints were equally sized. Now, in the 64 bit world pointers are 64 bit, ints still 32 bits
At one place a function specification contained a typo, the compiler figured the function invocation then
would return an int, while it should be a pointer. Results ....