File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,10 @@ and F# interactive as services.
6
6
7
7
## Components
8
8
9
- There is one component, ` FSharp.Compiler.Service.dll ` . The first one contains minor modifications in visibility
10
- to allow refactoring editing and other tools to have access to the full F# AST and parser.
9
+ There is one main component, ` FSharp.Compiler.Service.dll ` .
11
10
The main aim is to have a stable and documented fork of the main compiler that allows various
12
11
tools to share this common code.
13
-
14
- The second component allows embedding F# Interactive as a service and contains a number of
12
+ This component allows embedding F# Interactive as a service and contains a number of
15
13
modifications to the source code of ` fsi.exe ` that adds ` EvalExpression ` and ` EvalInteraction ` functions.
16
14
17
15
This repo should be _ identical_ to 'fsharp' except:
@@ -49,13 +47,3 @@ The output will be located in the `bin` directory. If you also wish to build the
49
47
and NuGet package, run ` build Release ` (this also attempts to publish the documentation to
50
48
GitHub, which only works if you have access to the GitHub repository).
51
49
52
- ## Clients
53
-
54
- Some of the known tools that use this component are:
55
-
56
- * [ Fantomas] ( https://github.com/dungpa/fantomas ) - F# code formatting tool
57
- * [ Fsharp-Refactor] ( https://github.com/Lewix/fsharp-refactor ) - Refactoring for F#
58
- * [ FSharpbinding] ( https://github.com/fsharp/fsharpbinding ) - Xamarin studio bindings
59
- * [ F# Snippets web site] ( http://fssnip.net/ ) - smart F# pastebin
60
- * [ F# ACE Code Editor] ( https://github.com/BayardRock/FSharpWebIntellisense/ ) - F# editing on the web
61
-
You can’t perform that action at this time.
0 commit comments