Added !if S==, S!=, = and <> compare ops and hex/int/float parsing support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6198 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
357aa9675b
commit
67d0b165b1
5 changed files with 44 additions and 18 deletions
|
@ -34,6 +34,7 @@ class LineParser {
|
|||
void eattoken();
|
||||
double gettoken_float(int token, int *success=0);
|
||||
int gettoken_int(int token, int *success=0);
|
||||
double gettoken_number(int token, int *success=0);
|
||||
TCHAR *gettoken_str(int token);
|
||||
int gettoken_enum(int token, const TCHAR *strlist); // null seperated list
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue