aboutsummaryrefslogtreecommitdiff
path: root/tests/variable/type
AgeCommit message (Collapse)AuthorFilesLines
2016-12-01Move old tests to old-tests/Boris Kolpackov3-99/+0
2016-11-04When assigning always ignore existing value typeBoris Kolpackov2-0/+5
For example: x = [uint64] 1 x = a # Ok.
2016-06-18Port to MinGWKaren Arutyunov1-1/+1
2016-04-04Implement value typing, null support via value attributesBoris Kolpackov2-4/+72
For example: v = [null] v = [string] abc v += ABC # abcABC
2016-04-02Implement variable typing (via attributes)Boris Kolpackov3-0/+26
Now we can do: [string] str = foo