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

Add slice support to labels #24

Open
ShawnClake opened this issue Nov 9, 2018 · 3 comments
Open

Add slice support to labels #24

ShawnClake opened this issue Nov 9, 2018 · 3 comments
Milestone

Comments

@ShawnClake
Copy link
Member

Allowed:

  • label.part1.part2[1+2:-3].part4
  • label.part1[5:]
  • label.part1[:-3]

Not Allowed:

  • label.part1[1] because this should just be label.part1.1
  • label.part1[]
@ShawnClake ShawnClake added this to the Scriptax4 milestone Nov 9, 2018
@ShawnClake
Copy link
Member Author

grammar added, not implemented

@ShawnClake
Copy link
Member Author

this will be delayed to Scriptax 5

@ShawnClake ShawnClake modified the milestones: Scriptax4, Scriptax 5 Jun 11, 2019
@ShawnClake
Copy link
Member Author

This should be implemented inside of Symbol Table. Label comps should be responsible for taking the incoming syntax and variables and converting it into a string for sending to the symbol table which will then use regex and string splitting to do the rest

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