changed 'string primitive' to 'string'
This commit is contained in:
@ -254,7 +254,7 @@ SymbolTable* init(SymbolTable* start){
|
|||||||
addr->theName= "address";
|
addr->theName= "address";
|
||||||
chara->theName= "character";
|
chara->theName= "character";
|
||||||
boo->theName= "Boolean";
|
boo->theName= "Boolean";
|
||||||
stri->theName= "string primitive";
|
stri->theName= "string";
|
||||||
//arr->theName= "array"
|
//arr->theName= "array"
|
||||||
|
|
||||||
//root TableNode that all are pointing to but not in table
|
//root TableNode that all are pointing to but not in table
|
||||||
|
Reference in New Issue
Block a user