Save declarations in the symbol table #84

Closed
opened 2025-03-19 09:27:00 +01:00 by belka · 0 comments
Owner

Some symbols are saved as declarations, others, like types, are not. Use always declarations providing the most information about the symbol.

  • program parameters (count and parameters).
  • procedure declaration.
  • procedure parameter declarations.
  • constant declaration.
  • type definition.
  • variable declaration.
Some symbols are saved as declarations, others, like types, are not. Use always declarations providing the most information about the symbol. - [x] program parameters (`count` and `parameters`). - [x] procedure declaration. - [x] procedure parameter declarations. - [x] constant declaration. - [x] type definition. - [x] variable declaration.
belka added the
bootstrap
label 2025-03-19 09:27:00 +01:00
belka closed this issue 2025-03-26 08:57:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: belka/elna#84
No description provided.