SpiderScript - Moved header to directory, ready to remove from tree
[tpg/acess2.git] / Usermode / Libraries / libspiderscript.so_src / tokens.h
index 44176b0..4b2acb2 100644 (file)
@@ -32,6 +32,8 @@ typedef struct
        
        jmp_buf JmpTarget;
         int    ErrorHit;
+       
+       struct sSpiderVariant   *Variant;
 }      tParser;
 
 // === FUNCTIONS ===
@@ -85,7 +87,7 @@ enum eTokens
        TOK_ELEMENT,
        
        // Comparisons
-       TOK_EQUALS,
+       TOK_EQUALS, TOK_NOTEQUALS,
        TOK_LT, TOK_LTE,
        TOK_GT, TOK_GTE,
        
@@ -171,7 +173,7 @@ const char * const csaTOKEN_NAMES[] = {
        "TOK_SCOPE",
        "TOK_ELEMENT",
        
-       "TOK_EQUALS",
+       "TOK_EQUALS",   "TOK_NOTEQUALS",
        "TOK_LT",       "TOK_LTE",
        "TOK_GT",       "TOK_GTE",
        

UCC git Repository :: git.ucc.asn.au