Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

[Lang Enhancement Proposal] Implement ... as null statement #40

Open
Luna-Klatzer opened this issue Jul 28, 2021 · 0 comments
Open

[Lang Enhancement Proposal] Implement ... as null statement #40

Luna-Klatzer opened this issue Jul 28, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request idea Theoretical feature, idea etc. language Core language issue, change or idea

Comments

@Luna-Klatzer
Copy link
Member

Luna-Klatzer commented Jul 28, 2021

Affected area by change:

  • Language Syntax: yes
  • Language Library (Parac Base Library): no
  • Compiler: yes
  • Pre-Processor: no
  • Documentation: yes

Short Introduction and Summary
Addition of null statement ...

Is your request related to a problem? Please describe.

No. (Disliking the ; null statement)

Describe the solution you'd like

Implement a ... null statement for creating empty statements or signalising sections that will be implemented later.

entry status Main()
{
    ...

    // do something
}

signalising empty function:

void Function() 
{
    ... // will be added later
}

Describe alternatives you've considered

None.

Additional context

None.

@Luna-Klatzer Luna-Klatzer added enhancement New feature or request idea Theoretical feature, idea etc. labels Jul 28, 2021
@Luna-Klatzer Luna-Klatzer self-assigned this Jul 28, 2021
@Luna-Klatzer Luna-Klatzer added the language Core language issue, change or idea label Apr 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request idea Theoretical feature, idea etc. language Core language issue, change or idea
Projects
None yet
Development

No branches or pull requests

1 participant