Add new language: Algol68 and corresponding GCC frontend (#7346)

refs https://github.com/compiler-explorer/compiler-explorer/issues/7258

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
This commit is contained in:
Marc Poulhiès
2025-01-31 08:37:48 +01:00
committed by GitHub
parent b3cc0c61e7
commit ce11ca3808
7 changed files with 187 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
export type LanguageKey =
| 'ada'
| 'algol68'
| 'analysis'
| 'android-java'
| 'android-kotlin'