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

Share environment code between exe and sh backend (WIP) #98

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

laurenthuberdeau
Copy link
Collaborator

Context

As we work towards compiling TCC, we'll be making changes to how variables and types are scoped. To make it possible to share those new features between the exe and sh backends, they first need to share their environment code.

@laurenthuberdeau laurenthuberdeau force-pushed the laurent/unify-env-code branch 5 times, most recently from 4ae6fad to cde112e Compare October 1, 2024 03:07
It will be added later but this time using `const`
type qualifier instead of analyzing the code.
Local scoping rules are still to be implemented,
but I want to make more changes so splitting this
work in smaller commits to make reviewing easier.
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

Successfully merging this pull request may close these issues.

1 participant