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

[LEXER] Extend Identifiers #22

Open
tahadostifam opened this issue Jan 4, 2025 · 0 comments
Open

[LEXER] Extend Identifiers #22

tahadostifam opened this issue Jan 4, 2025 · 0 comments

Comments

@tahadostifam
Copy link
Member

This is so much useful for functions. Just like Ruby!

Ruby:

def change!
   # do something
end

change!()

Cyrus:

fn change!() {
   # do something
}

change!();
@tahadostifam tahadostifam changed the title Extend Identifiers [LEXER] Extend Identifiers Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant