plaidgroup / plaid-lang

The Plaid Programming Language Tools
11 stars 1 forks source link

Replace IDList class with a regular Set<ID> #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the codegen methods in the AST use some sort of ad-hoc IDList class 
which essentially serves the same role as a Set<ID>.  Let's stick with standard 
stuff for the simple things and try not to reinvent the wheel here.

Original issue reported on code.google.com by mhahn...@gmail.com on 23 Jun 2010 at 6:54