Don Syme
Don Syme
Cool! One thing - could you please choose other names besides "Fslex" and "Fsyacc"? They will be too confusing to people given the tools in this repo use these names
@xp44mm Thank you for your kind words :) Yes, please do choose another name. Perhaps `FsLexYaccPlus` or `FsLexYaccAlt` or just some entirely new name
> I implemented an html parser and a json parser, both using fslexfsyacc, which is more readable than a hand-written automaton. Especially in html parsers, fslex is used multiplely to...
Is it possible to define a build to use Mono/.NET for the backend, and Dotnet core for the FrontEnd?
> But I heard that type providers don't work with dotnet sdk in full framework yet. The fundamental thing that doesn't "work" is loading a type provider into the F#...
Is it possible to define a build to use Mono/.NET for the backend, and Dotnet core for the FrontEnd?
> I think SQLProvider is already in the works for netstandard 2. @forki OK, that's great news. We should make sure and end-to-end scenario is under test. @isaacabraham The only...
Is it possible to define a build to use Mono/.NET for the backend, and Dotnet core for the FrontEnd?
> Is the above useful for generative type providers as well? To some extent. The type provider must be authored as a cross-targeting type provider, but these are currently non-generative....
If we can get any profiling information for comparison that would be great.
BTW switched to do ``build run`` and everything was ok from the first-time user perspective. I hadn't seen the need for ``run`
Agreed, both are simple. I think I will also extend this with a standalone command line tool to allow it all to be run without the F# analyser feature in...