Add lexer for IEC 61131-3 Structured Text#2027
Conversation
|
This is still in draft, I'd still like to work on disambiguation and include better example code. |
1ebfe1f to
99fe27d
Compare
|
(just rebased to current master) |
|
@tali I really like this addition! I guess this is no longer draft and ready for maintainer review? |
|
Hi @tancnle, can you have a look please? I'd like to get this into the next release so that we can use it in our company GitLab. |
|
@dblessing could you maybe review this? Would be a great addition to GitLab! |
|
@tali @bufferoverflow I will have a look at it sometime today. |
The new lexer uses sets of keywords to quickly categorize names and uses regular expressions for other elements like numbers and punctuation.
|
Thanks, @tali. LGTM 🚀 |
The new lexer uses sets of keywords to quickly categorize names and uses regular expressions for other elements like numbers and punctuation.
Closes #2024