Modus Operandi
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
-
-
Modus Operandi 创建了一个帖子, 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 创建了一个帖子, 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...