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
This commit is contained in:
parent
f82158960d
commit
b2574f6b3b
7 changed files with 221 additions and 189 deletions
|
@ -18,7 +18,7 @@ Left=0
|
|||
Right=-1
|
||||
Top=9
|
||||
Bottom=55
|
||||
flags=MULTILINE|WANTRETURN|HSCROLL|VSCROLL
|
||||
flags=MULTILINE|WANTRETURN|HSCROLL
|
||||
State=""
|
||||
|
||||
[Field 3]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue