- Add
--open
option for fslex. - Generate signature files for transformed files in fslex.
- Add
--buffer-type-argument
option for fsyacc.
- Resolve FSharp.Core dependency restriction #168
- Migration to net6.0 #166
- Fix Activating case insensitive option crash the lexer generator #141
- Reuse produced reductions table #141
- Break out core domain logic and generation into core libraries #144
- Update FsLexYacc.targets #149
- Avoid copying a string twice in LexBuffer.FromString. #150
- Fix misc packaging issues #145
- Enable running tools under .net 5.0
- Add caseInsensitive option
- Migration to netcoreapp3.1
- Migration to netcoreapp3.0 based versions of FxLex and FsYacc
- Make async lexing obsolete
- Restart doc generation (manually)
- Don't require FSharp.Core for tools package
- Bootstrap using new package
- Bootstrap using new package
- Tools now run on .NET Core
- Fix recursion problem
- Support netstandard2.0
- Build with dotnet toolchain
- Cleanup runtime code
- Add source to build
- Fix an error preventing the use of verbose mode
- Fix targets file for OSX
- Fix targets file when space in path
- Improve output
- Fix targets file
- Remove and and just have the user pass them in via
- Use only profile 259, move to Paket, remove LKG
- Remove the use of a task DLL
- Adding the package to solution automatically configures targets
- Build system upgraded to MSBuild 4.0
- Fixed Mono/Linux compilation
- New example with a walkthrough
- Add profiles 7, 259 to runtime
- FsLex/FsYacc output redirected to VS Output window
- FsYacc verbose output added to MSBuild log (and VS Output window)
- Logo was added
- FsLexYacc.Runtime published as a separate NuGet package
- First release of the new packaging of fslex/fsyacc