Skip to content

Commit aafe852

Browse files
authored
Update devnotes.md
1 parent 3da5821 commit aafe852

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

docs/content/devnotes.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff 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`.
1110
The main aim is to have a stable and documented fork of the main compiler that allows various
1211
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
1513
modifications to the source code of `fsi.exe` that adds `EvalExpression` and `EvalInteraction` functions.
1614

1715
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
4947
and NuGet package, run `build Release` (this also attempts to publish the documentation to
5048
GitHub, 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-

0 commit comments

Comments
 (0)