changed 'string primitive' to 'string'

This commit is contained in:
Partho Bhattacharya
2025-03-14 22:47:29 -04:00
parent 1544f2b728
commit 78b3539de6

View File

@ -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