Parse "implements"
commit15c2f2aeca028d191dc738e083fa78c52f9229eb
authorThomas Leonard <talex5@gmail.com>
Fri, 19 Sep 2008 18:08:57 +0000 (19 19:08 +0100)
committerThomas Leonard <talex5@gmail.com>
Fri, 19 Sep 2008 18:17:58 +0000 (19 19:17 +0100)
tree99d490c31565b25bfa586b363a024a2c03d89f40
parent1ddad9f6b54a7ff64e7bb73693942294b3ef40b9
Parse "implements"

Currently, it just collects all the implemented and extended types
into a single array. Should check that the right keyword goes with
the right type.
dmd/lexer.c
dmd/lexer.h
dmd/parse.c