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

Transcript builtins -- implement activation level configuration #65

Open
1 of 4 tasks
cipriancraciun opened this issue May 11, 2018 · 0 comments
Open
1 of 4 tasks

Comments

@cipriancraciun
Copy link
Member

cipriancraciun commented May 11, 2018

Tasks

  • implement "internal" transcript activation level configuration (i.e. the compiler, interpreter, etc.);
  • implement "script" transcript activation level configuration (i.e. the user-code);

Notes

In both cases the configuration should be done either:

  • at compile time (via cfg! macro);
  • at run-time via command-line arguments;
  • at run-time via environment variables;
    • VONUVOLI_SCHEME_TRANSCRIPT_LEVEL for the interpreter;
    • VONUVOLI_SCHEME_SCRIPT_TRANSCRIPT_LEVEL for the script;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant