Most voted "flex" questions
5 questions
Sort by count of
-
2
votes0
answers99
viewsError in a calculator code when saving tokens, flex
The error mentioned is in the 6th line of code. By running this code on the developer of VS with the win_flex o TOKEN_B is not recognised as showing a wrong result. %option nounistd noyywrap…
-
1
votes1
answer189
viewsSyntax Error no lex/flex
Because my flex/lex recognizer displayed a syntax error when trying to recognize the text WRITE 1; %{ #include "gram.h" int yyerror(const char *s); %} /* letras [A-Za-z]+ */ /* id…
-
1
votes1
answer330
viewsError "'unistd. h': No such file or directory" with flex
After creating the file .l, put the necessary flex command on the command line of Visual Studio always gives this error. I tried to put the mentioned library in the directory but the problem…
-
0
votes1
answer91
viewsAdobe Flex for HTML
Does anyone know if there is any way to convert MXML (Flex) to HTML? If so, what is the means to make this conversion?
-
0
votes0
answers7
viewsFlex-Basis and flex-Grow together
What is the behavior of a flex item with flex-Basis: 300px and flex-Grow: 1 inside a 600px container??? I see no use for flex-Basis in this scenario. Something happens?? <style> .container {…