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