5
votes
Accepted
Mathematical expression evaluator (C++) Using Flex and Yacc
The Makefile can be improved a bit
The Makefile looks very reasonable, but there are a few things that can be improved:
Use $(CXX) instead of ...
2
votes
Mathematical expression evaluator (C++) Using Flex and Yacc Attempt2
Makefile
.PHONEY:
This is not a special target, it should be .PHONY without the "E"
...
2
votes
Accepted
Mathematical expression evaluator (C++) Using Flex and Yacc Attempt2
.PHONY target name is misspelt. As is $(LDFLAGS).
The standard name for Lex flags is LFLAGS....
2
votes
Zig-zag child element with Flexbox and JavaScript
This code could be optimized by:
selecting child elements by class name with document.getElementsByClassName()
and only do this once instead of each time the ...
2
votes
Accepted
Zig-zag child element with Flexbox and JavaScript
Tiny adjustment : you can update all your objects in your first loop and get rid of the second.
...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
flex × 6c++ × 3
actionscript-3 × 2
yacc × 2
javascript × 1
datetime × 1
css × 1
event-handling × 1
logging × 1
iteration × 1
math-expression-eval × 1
interval × 1
makefile × 1
actionscript × 1
lex × 1