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

subsetting #20

Open
Konrad1991 opened this issue Jul 9, 2024 · 0 comments
Open

subsetting #20

Konrad1991 opened this issue Jul 9, 2024 · 0 comments

Comments

@Konrad1991
Copy link
Owner

[x] define structs SubsetNumeric, SubsetInteger and SubsetLogical
[ ] create getter and setter for those structs
[ ] identify in R when variable is subsetted
[ ] first create symbol table
[ ] traverse again and find subsetted variables.
Store corresponding subsets for each expression
- the variable which is subsetted
- the expression defining the indices of the subset
* possible expressions to define indices:
* int, double, Numeric, Integer, Logical,
SubsetNumeric, SubsetInteger and SubsetLogical
but not a calculation
[ ] define SubsetManager
[ ] pass SubsetManager to EXPRXY
[ ] throw error in R if user tries to subset scalar

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

No branches or pull requests

1 participant