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

Boolean expressions and conditional expression designs #1

Open
ahmetozdemirrr opened this issue Sep 16, 2024 · 0 comments
Open

Boolean expressions and conditional expression designs #1

ahmetozdemirrr opened this issue Sep 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ahmetozdemirrr
Copy link
Owner

ahmetozdemirrr commented Sep 16, 2024

In this step we expect if-else-elif properties to be added to the language.

  • This step will be designed with the keywords and operators specified in the lexical properties.
  • The function will be added in the parser to be written in Bison.

An example usage:

if(BOOL_EXP){
    # ...
}

elif(BOOL_EXP){
    # ...
}

else(BOOL_EXP){
    # ...
}
@ahmetozdemirrr ahmetozdemirrr added the enhancement New feature or request label Sep 16, 2024
@ahmetozdemirrr ahmetozdemirrr added this to the Syntax Design milestone Sep 16, 2024
@ahmetozdemirrr ahmetozdemirrr self-assigned this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant