Sujet : Re: Static regex for embedded systems
De : stefan.news (at) *nospam* arcor.de (Stefan Reuther)
Groupes : comp.arch.embeddedDate : 21. Jan 2025, 17:03:33
Autres entêtes
Message-ID : <vmok15.1gs.1@stefan.msgid.phost.de>
References : 1
User-Agent : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 Hamster/2.1.0.1538
Am 21.01.2025 um 15:31 schrieb pozz:
Many times I need to parse/decode a text string that comes from an
external system, over a serial bus, MQTT, and so on.
Many times this string has a fixed syntax/layout. In order to parse this
string, I everytime create a custom parser that can be tedious,
cumbersom and error prone.
[...]
I don't see a question in this posting, but isn't this the task that
'lex' is intended to be used for?
(Personally, I have no problem with handcrafted parsers.)
Stefan