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 |
|
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 |
|