Eli Friedman
|
acc17d69aa
|
Initial implementation of the "print" part of the REPL.
Swift SVN r1484
|
2012-04-19 01:13:37 +00:00 |
|
Eli Friedman
|
dd17ba6324
|
A few minor bugfixes for REPL.
Swift SVN r1477
|
2012-04-18 21:49:27 +00:00 |
|
Howard Hinnant
|
77bcc0f9b6
|
Primative + operator for String
Swift SVN r1473
|
2012-04-18 17:24:26 +00:00 |
|
Chris Lattner
|
f136b16cb3
|
eliminate gratuitous lambda that crashes Xcode 4.3 clang.
Swift SVN r1456
|
2012-04-18 03:53:46 +00:00 |
|
Eli Friedman
|
cf10f0096e
|
Make the REPL allow mutually recursive functions spread across multiple lines, like we do in script mode.
Swift SVN r1453
|
2012-04-18 01:20:38 +00:00 |
|
Eli Friedman
|
dc213bca76
|
Implement basic REPL under swift -repl. Known demo-blockers: need error recovery, need better brace/paren handling, need to implement the "print" part of REPL.
Swift SVN r1452
|
2012-04-18 00:52:11 +00:00 |
|
Howard Hinnant
|
8528c79819
|
Rename types to first-letter-upper-case try #2. The test suite is now passing for me.
Swift SVN r1447
|
2012-04-17 01:27:23 +00:00 |
|
Eli Friedman
|
37de44a35d
|
Implement changes to parsing/sema/etc so that we can implement a REPL and the main module parses the same way as a REPL.
Next step: implement an actual REPL.
Swift SVN r1441
|
2012-04-16 23:52:01 +00:00 |
|
Eli Friedman
|
6348a5a372
|
A bit of minor hacking to get print("hello") working.
Swift SVN r1355
|
2012-04-10 02:06:33 +00:00 |
|
Eli Friedman
|
22b7cd05f5
|
Some minor incremental improvements for module import. Allow explicitly importing Builtin, and implicitly import swift for any module which doesn't explicitly import Builtin or swift. Fixes <rdar://problem/11185519>.
Swift SVN r1323
|
2012-04-04 21:56:40 +00:00 |
|
Eli Friedman
|
15bc5df608
|
Rename Interpret* to immediate mode, which should be a bit more intuitive.
Swift SVN r1322
|
2012-04-04 20:47:21 +00:00 |
|