class Keyword { this(string value, Token type) { this.value = value; this.type = type; }
string value; Token type; Keyword next; } static Keyword[] hashtab = new Keyword[hashtab_siz];
Machine Code via Digitalmars-d-learn Tue, 05 Mar 2019 17:46:18 -0800
class Keyword { this(string value, Token type) { this.value = value; this.type = type; }
string value; Token type; Keyword next; } static Keyword[] hashtab = new Keyword[hashtab_siz];