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

Use template literals #1

Open
KritR opened this issue Oct 28, 2023 · 1 comment
Open

Use template literals #1

KritR opened this issue Oct 28, 2023 · 1 comment
Labels
wontfix This will not be worked on

Comments

@KritR
Copy link

KritR commented Oct 28, 2023

The c code should compile within template literals.

const output = c_lang`
#include <stdio.h>

int main()
{
 ....
}
... 
`
@elnardu
Copy link
Owner

elnardu commented Oct 28, 2023

But that would be compatible with other bundlers! We MUST invent our own syntax

@elnardu elnardu added the wontfix This will not be worked on label Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants