Apitax / Scriptax

Scriptax is a general purpose, automation first language used to quickly script together automation.
GNU General Public License v3.0
2 stars 0 forks source link

Add slice support to labels #24

Open ShawnClake opened 5 years ago

ShawnClake commented 5 years ago

Allowed:

Not Allowed:

ShawnClake commented 5 years ago

grammar added, not implemented

ShawnClake commented 5 years ago

this will be delayed to Scriptax 5

ShawnClake commented 5 years ago

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