Skip to content

issues Search Results · repo:ionide/tree-sitter-fsharp language:C

Filter by

0 results
 (86 ms)

0 results

inionide/tree-sitter-fsharp (press backspace or delete to remove)

Can this repo be smaller? Currently it is my largest nvim plugin (with slowest update), almost 38x bigger than tree-sitter for C#. @Nsidorenco I ve just switched to you brunch with vstest integration ...
  • sergey-tihon
  • 3
  • Opened 
    6 days ago
  • #141

Describe the bug Hi, thank you for developing this tree-sitter grammar 🙏🏻 👍🏻 . It works great, except for one annoying case. To Reproduce The parser runs into an endless loop for the following code ...
bug
  • LhKipp
  • 1
  • Opened 
    25 days ago
  • #134

.c files in fsharp/src/ and fsharp_signature/src/ refer to common/scanner.h, which in turn #includes .h files in tree_sitter/. It seems that there is a tree_sitter directory in each of fsharp/src/ and ...
bug
  • mattgallagher92
  • 2
  • Opened 
    on Oct 9, 2024
  • #108

Here https://mingodad.github.io/lua-wasm-playground/ there is an easier/cleaner way to write tree-sitter grammars like FSharp (select Tree-sitter-ebnf-generator-FSharp from Examples then click Run to see ...
bug
  • mingodad
  • Opened 
    on Sep 3, 2024
  • #90

I m not sure if others have had this problem when installing this grammar or if I did not read the install instructions correctly. With the default code config (same as in the readme), I got the following ...
bug
  • caelchristian
  • 2
  • Opened 
    on Sep 2, 2024
  • #89

Description If there is no space between the plus and a number in an expression, the plus sign is seen as belonging to the number. Here an example, with spaces it parses correctly: let j = 3 + 1 The ...
bug
  • cannero
  • 2
  • Opened 
    on Aug 7, 2024
  • #80

For examples like the following, removing the semi-colon will make the example parse. let y = a .ToString(); do () The presence of ; prevents the scanner from inserting a dedent token required to close ...
bug
  • Nsidorenco
  • Opened 
    on Jul 28, 2024
  • #76

This is a semi-desperate issue, but is there some way we could specify identifiers in a simpler manner? Currently, the long_identifier_or_op node has a few (3? 4?) valid combinations, and then they should ...
  • KaranAhlawat
  • 6
  • Opened 
    on Jul 27, 2024
  • #75

Describe the bug Incorrect parsing of type definition when preceded by an application expression in a module To Reproduce module A = printfn Hi type B = | C | D Using this code snippet, ...
  • KaranAhlawat
  • 2
  • Opened 
    on Jul 22, 2024
  • #72

Describe the bug When adding an attribute to a module, it tends to break and mess with the highlighting inside of it. This probably is due to the fact that modules aren t expected to have attributes in ...
  • varon
  • 2
  • Opened 
    on Jun 17, 2024
  • #61
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub