Skip to content

Releases: maurymarkowitz/RetroFOCAL

RetroFOCAL v.1.1.3

05 Jun 15:29

Choose a tag to compare

Properly handle strings with no closing quote, which was used extensively in sumer.fc. sumer.fc has been added to the test folder.

RetroFOCAL v1.1.2

04 Jun 13:34

Choose a tag to compare

Fix edge case when returning early from DO's into a group, used in bottles.fc

RetroFOCAL v1.1.1

31 May 16:38

Choose a tag to compare

Fixed missing import in list.h, allowing it to compile properly on Linux.
Better handling of optional command line switches.
Better seeding of the random numbers, so quick startups won't give the same sequence.

RetroFOCAL v1.1.0

14 Apr 15:41

Choose a tag to compare

The main visible change is the correct spacing and layout of formatted numbers in TYPE commands. The output now exactly matches FOCAL on the simh PDP-8, at least when running Lunar Lander. This does leave the minor mystery of why the output example on Jim Storer's page is slightly different.

Some other tweaks and bug fixes here and there, but nothing too interesting. See checkin notes for details.

RetroFOCAL v1.0.0

10 Apr 18:21
0131138

Choose a tag to compare

This is the initial release of RetroFOCAL. It includes most of the major features of the FOCAL-69 language with some support for FOCAL-71.

There are a few tweaks left in the output formatting, as well as some minor missing functions, but most FOCAL programs like Lunar Lander work properly.