Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Algol60 to C #87

Open
gtoal opened this issue Dec 2, 2022 · 0 comments
Open

Algol60 to C #87

gtoal opened this issue Dec 2, 2022 · 0 comments

Comments

@gtoal
Copy link

gtoal commented Dec 2, 2022

Two different A60 to C systems:

https://github.com/JvanKatwijk/algol-60-compiler

https://www.gnu.org/software/marst/

(btw there are a few work-in-progress translators to C for a language in the Algol style, "Imp", but none currently fully working - I'll post when we have a release that is usable. I also have a crude "Atlas Autocode" to C translator, but it was written to convert one single program - the Imp compiler for the KDF9 - and is also not really release-worthy yet).

Amendment: a third one: http://www.algol60.org/15algolwcomp.htm

──────────────────────────────────────────────────────────────────────
AWE: an Algol W compiler
──────────────────────────────────────────────────────────────────────

Awe is a new compiler for the Algol W language. It is intended to to
be a correct and complete implementation of the language described in
the Algol W Language Description, June 1972.

Awe should be able to compile code intended for the System/360 ALGOLW
and XALGOLW compilers with little or no modification.

Awe uses Gnu C (with its extensions) as an intermediate language.
It allows Algol W programs to be linked to C object code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant