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 a module system #13

Open
3 tasks
tk744 opened this issue Dec 14, 2020 · 0 comments
Open
3 tasks

Implement a module system #13

tk744 opened this issue Dec 14, 2020 · 0 comments
Labels
core Critical core language feature semantics Related to the evaluator syntax Related to the lexer or parser

Comments

@tk744
Copy link
Owner

tk744 commented Dec 14, 2020

  • Selective exports by marking definitions private
  • Import public definitions in 'fileName1.cy, 'FileName2.cy' using import filename, filename2
  • Use definitions imported from a module m by m.x
@tk744 tk744 added the core Critical core language feature label Dec 14, 2020
@tk744 tk744 added syntax Related to the lexer or parser semantics Related to the evaluator labels Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Critical core language feature semantics Related to the evaluator syntax Related to the lexer or parser
Projects
None yet
Development

No branches or pull requests

1 participant