Skip to content

Releases: JvanKatwijk/algol-60-compiler

algol compiler

08 Dec 09:12
Compare
Choose a tag to compare

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 ....