Generator of extremely fast lexical analysers. Sophisticated input/buffer management. Many character encodings (incl. ASCII, UTF8, UTF16, RUSCII, ...) are directly supported. Regular expressions are specified in the lex/flex style.
Features:
* Support for Unicode and many other character
... [More] encodings.
* Modes with inheritance relationships and transition rules.
* Sophisticated buffer management.
* Include stacks.
* Customized token classes.
* Template compression for code size reduction.
* Path compression for code size reduction.
* Possibility of indentation based lexical analysis (INDENT, DEDENT, NODENT).
* Produces direct coded lexical analyzers.
* Adjustable implicit line and column number counting. [Less]
Qubes OS is a security-oriented operating system (OS). The OS is the software that runs all the other programs on a computer. Some examples of popular OSes are Microsoft Windows, Mac OS X, Android, and iOS. Qubes is free and open-source software (FOSS). This means that everyone is free to use, copy
... [More], and change the software in any way. It also means that the source code is openly available so others can contribute to and audit it. [Less]
utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding. It was initially developed by Jan Behrens and the rest of the Public Software Group, who deserve nearly all of the credit for this package. With the blessing
... [More] of the Public Software Group, the Julia developers have taken over development of utf8proc, since the original developers have moved to other projects.
(utf8proc is used for basic Unicode support in the Julia language, and the Julia developers became involved because they wanted to add Unicode 7 support and other features.) [Less]
C library for Win32 application development, implements the object oriented paradigm, featuring single inheritance, virtual methods and reference counters.
FullFIX is a library for parsing Financial Information eXchange (FIX) messages. The main goal of the project is to produce the fastest software solution for FIX protocol. The library is written entirely in C for better portability. The parser depends on libc only and it does not impose any I/O or
... [More] threading model. Unlike some other well known solutions, in this parser the FIX specification gets converted to efficient C code at compile time to achieve the best performance. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy