Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: data blocks #83

Merged
merged 1 commit into from
Jun 12, 2021
Merged

FEATURE: data blocks #83

merged 1 commit into from
Jun 12, 2021

Conversation

egorklementev
Copy link
Owner

Problem
We want to have a convenient global array declaration in the ERA
language.

Solution
Special 'data' blocks have been added to the language.

Note
A set of minor bugs has been fixed. Some unit tests were updated.

closes #75
closes #48
closes #34

Problem
We want to have a convenient global array declaration in the ERA
language.

Solution
Special 'data' blocks have been added to the language.

Note
A set of minor bugs has been fixed. Some unit tests were updated.
@egorklementev egorklementev added enhancement New feature or request syntactic rule change Some rule should be changed fix Fixes something. semantic change Some semantics changes were made/requested. labels Jun 12, 2021
@egorklementev egorklementev self-assigned this Jun 12, 2021
@sonarcloud
Copy link

sonarcloud bot commented Jun 12, 2021

@egorklementev egorklementev merged commit cb639cf into master Jun 12, 2021
@egorklementev egorklementev deleted the feature/data_blocks branch June 12, 2021 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fix Fixes something. semantic change Some semantics changes were made/requested. syntactic rule change Some rule should be changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"-d" argument fix Change pragma identifier to text [31] What about "data" language structure?
1 participant