flre

FLRE - Fast Light Regular Expressions - A fast light regular expression library (by BeRo1985)

Flre Alternatives

Similar projects and alternatives to flre

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better flre alternative or higher similarity.

flre reviews and mentions

Posts with mentions or reviews of flre. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-03.
  • The project with a single 11,000-line code file
    15 projects | news.ycombinator.com | 3 Apr 2022
    In Pascal that is really common, since the files are the modules. You publish your library as one file, and the user can import it by the file name.

    I ran wc on FreePascal to search for some. There are a few, but not as many as I expected.

    9k file, data structures for the compiler itself: https://gitlab.com/freepascal.org/fpc/source/-/blob/main/./c...

    30k file: Pascal parser/scope resolver: https://gitlab.com/freepascal.org/fpc/source/-/blob/main/pac...

    And the record:

    119k file, Sharepoint API (but it seems to be autogenerated): https://gitlab.com/freepascal.org/fpc/source/-/blob/main/pac...

    As far as libraries go, this is one of my favorites:

    23k file, regular expression library: https://github.com/BeRo1985/flre/blob/master/src/FLRE.pas

    I searched my own files and found a 197k file to parse HTML entities. But that was an autogenerated trie (one switch/case for each letter)

Stats

Basic flre repo stats
1
87
0.7
about 1 year ago

BeRo1985/flre is an open source project licensed under GNU Lesser General Public License v3.0 only which is an OSI approved license.

The primary programming language of flre is Pascal.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com