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

runtime.c template as valid C file #53

Closed
steinerkelvin opened this issue Feb 2, 2022 · 3 comments
Closed

runtime.c template as valid C file #53

steinerkelvin opened this issue Feb 2, 2022 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@steinerkelvin
Copy link

Right now the src/runtime.c template is not a valid C file before the substitutions are made. This hardens developing on that file unnecessarily.

Some solutions to this are discussed on #32, e.g.

Sure, or variations of int value = /* START / 0 / END */; expressions where it is important, and replace both tokens and the content they box.

@steinerkelvin steinerkelvin added enhancement New feature or request good first issue Good for newcomers labels Feb 2, 2022
@VictorTaelin
Copy link
Member

That's clever.

@cauefcr
Copy link

cauefcr commented Feb 7, 2022

#68 🙏

@steinerkelvin
Copy link
Author

Fixed by
e08f17e
a9bb0ff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants