Skip to content
New issue

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

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

Already on GitHub? # to your account

Mutabilidad de valores #4

Open
Hrbacek opened this issue Nov 7, 2023 · 1 comment
Open

Mutabilidad de valores #4

Hrbacek opened this issue Nov 7, 2023 · 1 comment
Labels
Design Design decisions help wanted Extra attention is needed

Comments

@Hrbacek
Copy link

Hrbacek commented Nov 7, 2023

La idea es incluir la mutabilidad de valores para todos los tipos con una sintaxis como:
let int a := 5
mut int a := 5

@Hrbacek Hrbacek added Backlog Pending tasks Design Design decisions Research There is not enough information labels Nov 7, 2023
@danilopedraza
Copy link
Member

¿Cuál será la sintaxis definitiva para esto? La actual es:

var_declaration: IDENTIFIER IDENTIFIER ASSIGN exp;

que está hecha para recibir sentencias de la forma int a := 5.

@danilopedraza danilopedraza added help wanted Extra attention is needed and removed Backlog Pending tasks Research There is not enough information labels Feb 10, 2024
@TheComputerCat TheComputerCat moved this to Discussion in Lang Feb 16, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Design Design decisions help wanted Extra attention is needed
Projects
Status: Discussion
Development

No branches or pull requests

2 participants