Modus Operandi
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
Modus Operandi created a post, LiveScript object definition parsing without recursion?
I'm working on a parser for LiveScript language, and am having trouble with parsing both object property definition forms — "key: value" and "(+|-)key" — together. For example, this is a valid Liv... -
-
Modus Operandi created a post, Custom language syntax highlighter glitch?
I'm developing a custom language plugin for LiveScript. I've created basic lexer and grammar parsing and then added syntax highlighting for strings, comments and numbers. LiveScript supports string...