xp44mm

Results 31 issues of xp44mm

# 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....

```js // single-line comment ``` use code: ```f# scanner.Source.[comment.Start..comment.End] ``` the result is: ```js // single-line comment\r ``` the block comment is also this case. the comment.Type always is `Block`...

Lex/Yacc programming enthusiasts, I am very pleased to invite you to try a new series of lex/yacc tools. Fslex is a code generator that uses regular expression syntax as a...

Modify the document to make it more conform to the diff rules.

# 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....

the test is follow: ```F# type MarkdigTest(output: ITestOutputHelper) = let text = Path.Combine(@"C:\Program Files\Typora\resources\app\Docs","Markdown Reference.md") |> File.ReadAllText let document = Markdown.Parse(text, MarkdownPipelineBuilder().UseAdvancedExtensions().Build()) [] member this.``NormalizeRenderer Test``() = use writer =...

bug
PR Welcome!

Complement and refine the operation steps.

Lex/Yacc programming enthusiasts, I am very pleased to invite you to try a new series of lex/yacc tools. Fslex is a code generator that uses regular expression syntax as a...

`lex-highlight` is a syntax highlighter written according to the lexical analyzer. So it can correctly analyze all kinds of tokens. and It supports advanced features such as string interpolation and...

for example, add a file `c:/path/somename.cs`, the file content is: ```txt c:/path/somename.cs ```