1 file changed
+1
-1
lines changed- .gitignore+2-1
- app/asysc/asysc.cpp+4-4
- app/asysc/displayex.h+29-29
- app/asysc/mathexpressionex.cpp+2-2
- app/asysc/mathexpressionex.h+17-20
- src/Element.h-86
- src/ElementDataBase.h-150
- src/Function.h-84
- src/Parser.h-109
- src/Value.cpp-35
- src/Value.h-41
- src/debug.h
- src/display.cpp+12-13
- src/display.h+13-17
- src/element.cpp+16-18
- src/element.h+86
- src/elementdatabase.cpp+3-3
- src/elementdatabase.h+145
- src/evaluator.cpp+17-19
- src/evaluator.h+13-13
- src/function.cpp+13-15
- src/function.h+84
- src/mathexpression.h+17-17
- src/mathexpression_core.cpp+18-20
- src/mathexpression_display.cpp+2-2
- src/mathexpression_parser.cpp+9-8
- src/mathexpression_simplify.cpp+5-5
- src/nostd/LCString.cpp.orig-119
- src/nostd/LCString.h-100
- src/nostd/lcstring.cpp+1-1
- src/nostd/lcstring.h+192
- src/nostd/lcvector.h+13-13
- src/parser.cpp+3-3
- src/parser.h+115
- src/std/LCVector.h.orig-44
- src/std/lcstring.h
- src/std/lcvector.h
- src/test.cpp+27-29
- src/value.cpp+33
- src/value.h+44
0 commit comments