From fc650a035de11b13258e559a1e8a5800794aa720 Mon Sep 17 00:00:00 2001 From: PolitePolarBear <211102725+PolitePolarBear@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:44:53 +0200 Subject: [PATCH] new AlgolW language definition after a full year of testing --- UDLs/AlgolW_by_PolitePolarBear.xml | 26 +++++++++++++------------- udl-list.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/UDLs/AlgolW_by_PolitePolarBear.xml b/UDLs/AlgolW_by_PolitePolarBear.xml index ceb3034b..780877b9 100644 --- a/UDLs/AlgolW_by_PolitePolarBear.xml +++ b/UDLs/AlgolW_by_PolitePolarBear.xml @@ -12,28 +12,28 @@ - LL IL L I + LL IL LI L I - ' , ; : . ( ) ++ + - * / // ** : | <= := < = > >= :: := # ~ ~= ¬ ¬= + ' = # , ; . ( ) + - / ** * || | <= < >= > :: := : ~= ~ ¬= ¬ - begin + - end - + + begin - + end - true false null array procedure record begin end if then else case of div rem shr shl is abs short and or goto "go to" for step until do while value result assert algol fortran not + true false null array procedure record begin end if then else case of div rem shr shl is abs short and or goto "go to" for step until do while value result assert algol fortran not integer real logical bits string reference long complex - + continue break return - 00" 01 02" 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 + 00" 01 02" 03'u+ 04 05' 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 @@ -42,18 +42,18 @@ - + - - + + - + diff --git a/udl-list.json b/udl-list.json index 2b5a9ca1..41c559ca 100644 --- a/udl-list.json +++ b/udl-list.json @@ -115,7 +115,7 @@ { "id-name": "AlgolW_by_PolitePolarBear", "display-name": "AlgolW", - "version": "Sat, May 10 2025 11:19:44 UTC", + "version": "Wed Jun 3 21:52:12 CEST 2026", "repository": "", "description": "AlgolW syntax highlighting", "author": "PolitePolarBear",