ktisha / TheRPlugin

R language plugin for IntelliJ platform.
MIT License
18 stars 6 forks source link

Parser was replaced with automatically generated #4

Closed Alefas closed 9 years ago

Alefas commented 9 years ago

Some changes to lexer/parser logic was done:

  1. Tick/repr -> just identifier/reference
  2. keyword expression -> assign expression (with = and context it's ok to work with it)
  3. $ selection is now ref(ref $ ident), was ref(ref $ ref), as second ref is ambigous
  4. And more...