xp44mm

Results 32 comments of xp44mm

I was very excited to have a big god to see this project. You are my idol and mentor. Whatever the name of the project is, it is F#'s descendant....

@dsyme The rename of this package is easy to handle. It is okay to rename as you suggest. However there still is no shortage of name resources on nuget, and...

# ESTreeParser This package is A Parser for AST Descriptor Syntax of [estree](https://github.com/estree/estree). It is uploaded to [nuguet](https://www.nuget.org/packages/ESTreeParser/). ## Feature - Use BNF to describe AST Descriptor Syntax of estree....

Thank you!Description semantics usually use a high-level language that has more tools than BNF, so it is recommended that let semantics try to accommodate BNF as much as possible rather...

this issue is very similar to vb's `with` statement: ```vb With MyLabel .Height = 2000 .Width = 2000 .Caption = "This is MyLabel" End With ```

Giving a prefix such as a dot `.` on a component gives the IDE the ability to prompt for component names. ```f# let p = Builder( .[2] = initializeToIndexer, .collection...

excel can not manage effectly cells that it dont know value has changed in background program.

I use F# .net framework 4.8 class library in vs 2019(16.7.2), then i use nuget install Excel-DNA, then found a error: > DNA1546 > Excel-DNA is not compatible with projects...

@charlesroddie this issue is about **app expr** and is not about lambda expr.

this code: ```F# match a with | _ when (|Even|) a -> "even" | _ when (|Odd|) a -> "odd" ``` It cannot be composed, normal active patterns can be...