You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVGUIDE.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
# F# Compiler, Core Library and Visual F# Tools Open Contribution Repository
2
2
3
3
This repo is where you can contribute to the F# compiler, core library and the Visual F# Tools.
4
-
5
4
To learn what F# is and why it's interesting, go to [fsharp.org](http://fsharp.org). To get a free F# environment, go to [fsharp.org](http://fsharp.org/use/windows).
6
5
7
-
Our primary technical guide to the F# compiler code is [The F# Compiler Technical Guide](http://fsharp.github.io/2015/09/29/fsharp-compiler-guide.html)
8
-
maintained by contributors to this repository. Please read
9
-
and contribute to that guide.
6
+
** Compiler Technical Documentation **
7
+
8
+
The primary technical documents for the F# compiler code are
9
+
10
+
*[The F# Language Specification](http://fsharp.org/specs/language-spec/)
maintained by contributors to this repository. Please read
14
+
and contribute to that guide.
11
15
12
16
**License**
13
17
> 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.
0 commit comments