Split value and type definitions #7

Closed
opened 2025-01-11 13:35:38 +01:00 by belka · 0 comments
Owner

Blocks is a common part for user defined procedures and the main procedure. The block should contain only value definitions (constants and variables). Type definitions (types and procedures) should be only a part of the program node.

program and procedure_definition should than extend block (for the program this is already the case, but not for the procedure_definition).

Blocks is a common part for user defined procedures and the main procedure. The block should contain only value definitions (constants and variables). Type definitions (types and procedures) should be only a part of the `program` node. `program` and `procedure_definition` should than extend `block` (for the `program` this is already the case, but not for the `procedure_definition`).
belka closed this issue 2025-01-12 10:38:08 +01:00
Sign in to join this conversation.
No Label
No Milestone
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: belka/elna#7
No description provided.