-
Notifications
You must be signed in to change notification settings - Fork 143
GSoC 2025 - Macro support for teal #1051
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
base: main
Are you sure you want to change the base?
Conversation
|
@Frityet CI is red (PUC-Rio Lua 5.1 does not support |
|
@hishamhm done 😄 👍 |
|
seems like nodes made with local macro test!(): Expression
local s = block("string")
s.conststr = "hello"
return s
end
local x = test!() |
nevermind, this is intentional, its cause I didn't put in |
Actually I think a better solution is to just put conststr and constnum as blocks and make the parser read from the block |
This PR implements macro support for Teal.
Project Proposal