diff options
author | Sven Gothel <[email protected]> | 2022-12-30 09:15:52 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-12-30 09:15:52 +0100 |
commit | 08f97a6d3848c750a1af60944557fbc2d10e9784 (patch) | |
tree | 9272a30bc56d7d8f6f16c3948405953c70ba6e7e /include/jau/token_fsm.hpp | |
parent | d27debbf6121b025dcc25dcc46f1e88111683e08 (diff) |
token_fsm: Adding note for project Re-flex
Diffstat (limited to 'include/jau/token_fsm.hpp')
-rw-r--r-- | include/jau/token_fsm.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/jau/token_fsm.hpp b/include/jau/token_fsm.hpp index ab73987..0d275b5 100644 --- a/include/jau/token_fsm.hpp +++ b/include/jau/token_fsm.hpp @@ -58,9 +58,8 @@ namespace jau::lang { * Supported * - jau::lang::token_fsm A lexical analyzer (tokenizer) using a tabular finite-state-machine (FSM), aka `endlicher automat` (EA) * - * Future ideas - * - Add regular expressions to token_fsm - * - EBNF parser, compiler + * For serious applications w/ regular expressions and more, as well as a `lex` C++ alternative to `flex`, + * consider using [Re-flex](https://github.com/Genivia/RE-flex). * * @{ */ |