Wilfred Hughes
Wilfred Hughes
It seems to reject a lot of valid Makefile lines today. I tried on the delta and ocaml repositories.
This is too much. It makes CI slower and contributing slower. The git subtrees are getting too big, we might have to rewrite history to use snapshots of vendored parsers.
This would be valuable for exploring large files, as well as regression testing.
This would provide native support for M1 macs.
E.g. don't allow popping top-level delimiters if there are any matched values
This would help with parse trees and constructed graphs
Before.nix: ``` {config, ...}: { programs.direnv = { enable = true; enableBashIntegration = true; }; } { programs.direnv = { enable = true; enableBashIntegration = true; }; } ``` After.nix:...
Build a 2D array for every syntax node on the LHS and RHS. Cap the number of items in each (LHS, RHS) pair to (say) 10 to avoid exploring an...
Looks like this: ``` 1234 1234 ```
Given the file `foo.elm`: ``` -- stuff x = 1 ``` Convert to CRLF line endings: ``` $ unix2dos foo.elm ``` And dump the parse tree: ``` file (0, 0)...