提交 c8513151 编写于 作者: D Don Syme

Add link to compiler technical guide

上级 bf1b7095
......@@ -6,6 +6,11 @@ To learn what F# is and why it's interesting, go to [fsharp.org](http://fsharp.o
To get a free F# environment, go to [fsharp.org](http://fsharp.org/use/windows).
The primary technical guide to the F# Compiler is [The F# Compiler Technical Guide](http://fsharp.github.io/2015/09/29/fsharp-compiler-guide.html)
maintained by various contributors and hosted by the F# Software Foundation. Please read
and contribute to that guide.
**License**
> Contributions made to this repo are subject to terms and conditions of the Apache License, Version 2.0. A copy of the license can be found in the [License.txt](License.txt) file at the root of this distribution.
> By using this source code in any fashion, you are agreeing to be bound by the terms of the Apache License, Version 2.0. You must not remove this notice, or any other, from this software.
......@@ -15,7 +20,7 @@ To get a free F# environment, go to [fsharp.org](http://fsharp.org/use/windows).
## 0. A Shortcut to Build and Smoke Test
You can build a subset of functionality (including bootstrapped compiler and library) and run a very
small number of 'smoke' tests using the script used by continuous integration:
small number of 'smoke' tests using the script used by continuous integration on Windows:
.\appveyor-build.cmd
......@@ -132,3 +137,8 @@ Restart Visual Studio, it should now be running your freshly-built Visual F# IDE
- We use this compiler to compile the source in this distribution, to produce a "proto" compiler, dropped to the `proto` directory. When run, this compiler still relies on `FSharp.Core.dll` with version X.
- We use the proto compiler to compile the source for `FSharp.Core.dll` in this distribution.
- We use the proto compiler to compile the source for `FSharp.Compiler.dll`, `fsc.exe`, `fsi.exe`, and other binaries found in this distribution.
### Further technical resources
The primary technical guide to the core compiler code is [The F# Compiler Technical Guide](http://fsharp.github.io/2015/09/29/fsharp-compiler-guide.html). Please read and contribute to that guide.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册