This website requires JavaScript.
Explore
Help
Sign In
averello
/
swift-mirror
Watch
1
Star
0
Fork
0
You've already forked swift-mirror
mirror of
https://github.com/apple/swift.git
synced
2025-12-21 12:14:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ba2793aa6b6c8085e3721f605841c93062d149a7
swift-mirror
/
include
/
swift
/
Parse
History
Chris Lattner
ba2793aa6b
implement parser support for methods, including dox and
...
a testcase. No AST or sema yet. Swift SVN r415
2011-07-19 04:46:07 +00:00
..
Lexer.h
Add a error to reject foo() when foo is not a function type. Previously we allowed it because these are two valid top-level values, but we now reject them because they are almost certainly a bug. This can be disabled by putting a space between them if this is useful for some reason.
2011-03-27 02:56:47 +00:00
Parser.h
implement parser support for methods, including dox and
2011-07-19 04:46:07 +00:00
Token.h
introduce a 'meth' keyword.
2011-07-19 04:19:40 +00:00