Commit Graph

2605 Commits

Author SHA1 Message Date
Ted Kremenek
bffb368f08 Replace mandelbrot.swift with mandelbrot2.swift.
Swift SVN r1490
2012-04-19 04:57:51 +00:00
Chris Lattner
ae316ce2a8 testcase for r1479, it will diverge from the other mandelbrot soon.
Swift SVN r1482
2012-04-19 00:45:18 +00:00
Ted Kremenek
9dd1c47287 Add Mandelbrot example.
Swift SVN r1460
2012-04-18 07:32:03 +00:00
Ted Kremenek
fe8ab72db6 Add a few interpreter examples based from samples from rosettacode.org
This currently consists of factorial and towers of hanoi, both using
recursion.

I'm not certain what the general policy will be for runtime tests,
but these don't look actively harmful right now and test real functionality.

Swift SVN r1440
2012-04-16 23:34:42 +00:00
Eli Friedman
d295d02c42 Initial interpreter implementation. The included pieces are enough to get the included simple.swift running in swift -i mode. <rdar://problem/10962290>, part 1.
Swift SVN r1319
2012-04-04 01:34:42 +00:00