preparations for 0.8.12

This commit is contained in:
Araq
2011-07-10 15:48:13 +02:00
parent 2565ff8dde
commit 5b96eaa953
81 changed files with 2355 additions and 826 deletions

0
tests/accept/run/tcase_setconstr.nim Normal file → Executable file
View File

0
tests/accept/run/tfielditerator.nim Normal file → Executable file
View File

0
tests/accept/run/tgenericassign.nim Normal file → Executable file
View File

0
tests/accept/run/tgenericassigntuples.nim Normal file → Executable file
View File

0
tests/accept/run/tkoeniglookup.nim Normal file → Executable file
View File

0
tests/accept/run/tlists.nim Normal file → Executable file
View File

0
tests/accept/run/tmacro4.nim Normal file → Executable file
View File

0
tests/accept/run/tmethods1.nim Normal file → Executable file
View File

0
tests/accept/run/tnewderef.nim Normal file → Executable file
View File

0
tests/accept/run/trepr.nim Normal file → Executable file
View File

0
tests/accept/run/tsets2.nim Normal file → Executable file
View File

0
tests/accept/run/tsimplesort.nim Normal file → Executable file
View File

0
tests/accept/run/tslices.nim Normal file → Executable file
View File

3
tests/accept/run/ttables.nim Normal file → Executable file
View File

@@ -80,5 +80,8 @@ block countTableTest1:
else: break
inc i
block SyntaxTest:
var x = toTable[int, string]({:})
echo "true"