Example #1
0
 protected virtual bool IsEquivalent(SymAliasType other) => IsEquivalent(other.Alias);
 public void AddAlias(string identifier, SymAliasType symbol)
 {
     _table.Add(identifier.ToLower(), symbol);
 }
Example #3
0
 protected override bool IsEquivalent(SymAliasType other) => IsEquivalent(other.Alias);