syntax: implements __debug__ type construct
authorJean Privat <jean@pryen.org>
Tue, 10 Apr 2012 16:18:47 +0000 (12:18 -0400)
committerJean Privat <jean@pryen.org>
Tue, 10 Apr 2012 18:30:30 +0000 (14:30 -0400)
commit0633f53ea43b1cf6a4eda12debc00c0bef81f789
treeb37aab80a4da1cb01a6f105508485c83bb5fd311
parentfd322306bb5ce812f897a6437a604aee0bcb800a
syntax: implements __debug__ type construct

Signed-off-by: Jean Privat <jean@pryen.org>
12 files changed:
src/syntax/icode_generation.nit
src/syntax/typing.nit
tests/base_types_formal_and_virtual.nit [new file with mode: 0644]
tests/base_types_formal_and_virtual2.nit [new file with mode: 0644]
tests/base_types_formal_and_virtual3.nit [new file with mode: 0644]
tests/base_types_nullable.nit [new file with mode: 0644]
tests/base_types_nullable_formal_and_virtual.nit [new file with mode: 0644]
tests/sav/base_types_formal_and_virtual.sav [new file with mode: 0644]
tests/sav/base_types_formal_and_virtual2.fail [new file with mode: 0644]
tests/sav/base_types_formal_and_virtual3.sav [new file with mode: 0644]
tests/sav/base_types_nullable.sav [new file with mode: 0644]
tests/sav/base_types_nullable_formal_and_virtual.sav [new file with mode: 0644]