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.
66
77## Components
88
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 ` .
1110The main aim is to have a stable and documented fork of the main compiler that allows various
1211tools 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
1513modifications to the source code of ` fsi.exe ` that adds ` EvalExpression ` and ` EvalInteraction ` functions.
1614
1715This 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
4947and NuGet package, run ` build Release ` (this also attempts to publish the documentation to
5048GitHub, which only works if you have access to the GitHub repository).
5149
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