NSIS/Contrib/Math/Source
kichik b2574f6b3b 1. Unary-Pre operators detection fixed.
2. Unary Minus operator added (now legal, worked before?).
3. GetReference operator (&). For example (a=&b; *a=3;) will set b=3.
4. Operators precedence added (C-like), much more intellectual expressions parsing.
5. Functions redefenition added, use "#name", like "func()(1); #func()(2);".


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2950 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-22 22:56:52 +00:00
..
Math.c 1. Unary-Pre operators detection fixed. 2003-09-22 22:56:52 +00:00
Math.h Another cool plug-in by brainsucker, a calculator :) 2003-09-15 23:20:36 +00:00
Math.sln Another cool plug-in by brainsucker, a calculator :) 2003-09-15 23:20:36 +00:00
Math.vcproj Another cool plug-in by brainsucker, a calculator :) 2003-09-15 23:20:36 +00:00
mathcrt.h Another cool plug-in by brainsucker, a calculator :) 2003-09-15 23:20:36 +00:00
mathcrt.lib Another cool plug-in by brainsucker, a calculator :) 2003-09-15 23:20:36 +00:00
MyMath.c Another cool plug-in by brainsucker, a calculator :) 2003-09-15 23:20:36 +00:00
MyMath.h 1. Unary-Pre operators detection fixed. 2003-09-22 22:56:52 +00:00
plugin.c 1. Unary-Pre operators detection fixed. 2003-09-22 22:56:52 +00:00