Separate constants with a semicolon #45

Closed
opened 2025-02-04 13:45:25 +01:00 by belka · 0 comments
Owner
ConstDeclaration = identdef "=" ConstExpression
DeclarationSequence = [CONST {ConstDeclaration ";"}]

(Source: Oberon)

```ebnf ConstDeclaration = identdef "=" ConstExpression DeclarationSequence = [CONST {ConstDeclaration ";"}] ``` (Source: Oberon)
belka added the
bootstrap
self-hosted
labels 2025-02-04 16:06:58 +01:00
belka closed this issue 2025-02-07 01:19:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: belka/elna#45
No description provided.