KronicDeth
Creator of the IntelliJ Elixir plugin
- Total activity 146
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 11
- Subscriptions 47
-
Created Operator (!==) winning over keyword identifier (!==:)
Elixir allows keyword identifiers (the word + colon like in JSON syntax) to use operators, like `!==` as the identifier before the colon, `:`, but my current bnf is parsing the !== as just an opera... -
Created "Another not done marker added after this one. Must be done before this."
I'm working on intellij-elixir and I've had success implementing left associative operators using the `left` rule annotation in Elixir.bnf based on the patten in intellij-haxe's https://github.com/...