flex
The Fast Lexical Analyzer - scanner generator for lexing in C and C++ (by westes)
Xee-xCode-4.5
Xee source code for xCode 4.5 (by zepouet)
flex | Xee-xCode-4.5 | |
---|---|---|
10 | 6 | |
3,736 | 57 | |
1.1% | - | |
7.2 | 0.0 | |
11 days ago | about 12 years ago | |
C | ||
GNU General Public License v3.0 or later | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
flex
Posts with mentions or reviews of flex.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-01.
-
Building Zerocalc, part I - rustc lexer and a lexer in rust
In this post, we will focus on tokenization. There are many ways to do tokenization, including using regular expressions or generating tokenizer code with generators such as flex. But what if we check how rustc's parser does it?
-
How to provide input file for Flex++?
I am using Flex++, which is Flex for C++ and I am having trouble setting the input file. Flex++ uses the FlexLexer class provided in FlexLexer.h to create the lexer object(https://github.com/westes/flex/blob/master/src/FlexLexer.h). In my main function I have
-
Do Regular Expressions only evaluate one line at a time?
Further applications of DFA and NFA: lex or flex, yacc or bison, and POE :-)
-
Cool C projects
How about writing a programming language using Flex and Bison? There are lots of good tutorials and examples out there.
-
Parser and Lexer bike-shedding
Some lexer generators (notably Flex) take input from a file handle by default. While you can always read a file into a string before passing it to the generated lexer, this is not seen as "the best" since you have to read in all the data into memory, which can be a lot.
-
A Good Tool for Resuming Parsers?
Ages ago, I loved writing domain-specific toy languages, and almost always used flex to generate lexers and GNU bison to generate the parser. I've begun a new toy project and I don't think those two will cut it this time, so I'm looking for other tools that integrate well with C++.
-
Please no
I don't understand :c don't lexers like Flex work off of regex rules? Isn't this the correct first step to parse it?
-
A work in progress C compiler from scratch
I wrote a C compiler using flex [1] and bison [2]. The glue between them is a bit hacky.
At some point ANTLR [3] looked promising, but these days I'd probably write a lexer and recursive descent parser by hand, then generate LLVM IR.
[1] https://github.com/westes/flex
-
Dealing with lex and yacc is DIFFICULT so little information is available about them!
github.com/westes/flex/releases
-
Qual’è il commento più assurdo che avete mai trovato nel sorgente di un software?
Un commento in flex, uno storico software, tanto per mostrare che anche i migliori fanno le cose alla buona.
Xee-xCode-4.5
Posts with mentions or reviews of Xee-xCode-4.5.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-02-01.
-
Tagged PDF Funsies
> If there are two different ways of doing something, PSD will do both, in different places....
[1]: https://github.com/zepouet/Xee-xCode-4.5/blob/master/XeePhot...
-
Qual’è il commento più assurdo che avete mai trovato nel sorgente di un software?
https://github.com/zepouet/Xee-xCode-4.5/blob/master/XeePhotoshopLoader.m#L108
- PSD is not my favourite file format (2009)
-
PSD is not my favourite file format
For posterity's sake, the link should probably be changed to https://github.com/zepouet/Xee-xCode-4.5/blob/83394493f51991...
What are some alternatives?
When comparing flex and Xee-xCode-4.5 you can also consider the following projects:
libfsm - DFA regular expression library & friends
micropolis - Automatically exported from code.google.com/p/micropolis
cpp-peglib - A single file C++ header-only PEG (Parsing Expression Grammars) library
libsai - Library for interfacing with SYSTEMAX's Easy Paint Tool Sai.
imp - Imp is a statically typed and compiled scripting language with the goal of increasing programmer confidence.
FreeJ - Free Vision Mixer