Advertisement
12Me21

compiler

Feb 22nd, 2017
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. [123,2,4,5,A,"hey",w]
  2. A$[3]
  3. [1,2,3][3]
  4. 7[3]
  5. "ABC"[2:4]
  6.  
  7.  
  8. (^|[^ \]$%#A-Z0-9_"]) *\[.*?\] 'array lit
  9. [^A-Z_]\d *\[.*\] 'bit access
  10. [$"A-Z] *\[[^:\]]:[^:\]]\] 'string range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement