Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 codemirror 简单模式为基于缩进的语言实现解析器。我如何匹配一个有缺陷的人。也就是说,我希望解析器的状态在一行被缩进时改变。
您必须编写非简单模式,因为正则表达式无法表达动态属性,例如缩进小于当前缩进级别。