Commit graph

7 commits

Author SHA1 Message Date
scole
428ab6786b Updated to 2.1.4
Aug 3, 2020: 2.1.3 improved --bison-bridge option; updated examples.
Aug 19, 2020: 2.1.4 changed IN_HEADER to yyIN_HEADER when --flex is used with --header-file; added reflex::Input::Handler event handler for custom handling of FILE* errors and non-blocking FILE* streams.
2020-08-28 19:17:15 +00:00
scole
cbe4fcf89f package Makefile simplifications leftover from url2pkg, NFC 2020-08-01 19:08:25 +00:00
scole
d224b05435 RE-flex: Update to 2.1.2
- Jun 29, 2020: 2.1.0 added Bison complete locations filename member access; added example Mini C compiler `minic` using RE/flex scanner with Bison 3.2 C++ complete locations, compiles C-like source code to Java bytecode (class files); added fast fuzzy (approximate) regex matcher `reflex::FuzzyMatcher` derived from `reflex::Matcher`.
- Jul  8, 2020: 2.1.1 added `%option params` to extend `lex()`/`yylex()` parameters; updated AVX2 detection for SIMD optimizations.
- Jul  9, 2020: 2.1.2 minor change to fix MSVC++ compiler error.
2020-07-10 16:05:55 +00:00
scole
94e520f13d bump PKGREVISION for default options change 2020-06-16 17:16:03 +00:00
scole
e4c4996f9e include examples in default package 2020-06-16 16:18:02 +00:00
scole
602986f829 include MAKE environment when building docs 2020-06-16 16:08:01 +00:00
scole
0a9b2667e5 devel/RE-flex: import RE-flex 2.0.1
The regex-centric, fast lexical analyzer generator for C++ with full
Unicode support. Faster than Flex and other regex matchers. Accepts
Flex specifications. Generates reusable source code that is easy to
understand. Easily integrates with Bison and other parsers. Includes a
fast stand-alone regex engine and library.
2020-06-15 15:11:50 +00:00