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

Support includes #144

Open
hendrikvanantwerpen opened this issue Nov 7, 2023 · 0 comments
Open

Support includes #144

hendrikvanantwerpen opened this issue Nov 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@hendrikvanantwerpen
Copy link
Collaborator

A simple include mechanism would be a first step towards introducing some reuse and better organization for large TSG files.

Something like:

include "../lib/common"

This would be a pragmatic solution. Obviously, includes are not a great mechanism, but setting up a proper module system, imports, scoping of identifiers, qualified names, etc is not something we have time for at the moment. Supporting includes on the other hand can be relatively easy to implement, I expect.

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

No branches or pull requests

1 participant