Files
sourcemod/sourcepawn/compiler/tests
David Anderson afeae84340 Replace symbol proxies with type symbols.
Proxies were rather hacky and complicated, and only existed as a
workaround for oddities with constructors. This patch replaces them with
actual type symbols, a very tiny step to semantically getting rid of tags.

This greatly simplifies how we implement constructors, and paves the way
for using methodmap symbols in field expressions.

Since non-value symbols are new to spcomp1, we place a rather
pigeonholed check into primary() to make sure non-value symbols don't
escape into expressions.
2014-12-12 10:10:43 -08:00
..
2014-07-03 00:21:18 -07:00
2014-11-08 17:39:43 -08:00
2014-11-09 13:01:35 -08:00
2014-07-17 21:19:31 -07:00
2014-08-26 14:58:58 -05:00
2014-07-03 00:14:12 -07:00
2014-11-09 13:01:35 -08:00