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

implement compiler directives #9

Open
Kacarott opened this issue Jan 25, 2022 · 1 comment
Open

implement compiler directives #9

Kacarott opened this issue Jan 25, 2022 · 1 comment
Labels
feature request New feature or request v2 To be implemented for version 2

Comments

@Kacarott
Copy link
Collaborator

No description provided.

@Kacarott Kacarott added feature request New feature or request v2 To be implemented for version 2 labels Jan 25, 2022
@JohanWiltink
Copy link
Collaborator

JohanWiltink commented Feb 7, 2022

in no particular order:
#import filename.lc - import external code ( may need facility for specific imports renaming or namespacing )
#export binding-name - export a subset of defined bindings
#no-export binding-name - export a subset of defined bindings, inverted logic
#constant binding-name - protect a binding from being overwritten in the current scope
#define binding-name JS-code - define a magic binding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request v2 To be implemented for version 2
Projects
None yet
Development

No branches or pull requests

2 participants