Skip to content

smoothdeveloper/FsLexYacc

 
 

Repository files navigation

FsLexYacc

FsLex and FsYacc tools, originally part of the "F# PowerPack"

See https://fsprojects.github.io/FsLexYacc.

Build the project

  • Unix: Run build.sh Travis build status

  • Windows: Run build.cmd AppVeyor build status

  • NuGet Badge - FsLexYacc.Runtime

  • NuGet Badge - FsLexYacc

Generating docs

This is currently done manually:

fsi docsrc\generate.fsx

Releasing

.\build.cmd --target NuGet
./build.sh --target NuGet

set APIKEY=...
..\FSharp.TypeProviders.SDK\.nuget\nuget.exe push bin\FsLexYacc.Runtime.9.0.3.nupkg %APIKEY% -Source https://nuget.org
..\FSharp.TypeProviders.SDK\.nuget\nuget.exe push bin\FsLexYacc.9.0.3.nupkg %APIKEY% -Source https://nuget.org

Maintainer(s)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)

About

Lexer and parser generators for F#

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • F# 85.7%
  • 1C Enterprise 5.7%
  • OCaml 4.8%
  • Batchfile 2.4%
  • HTML 1.3%
  • Shell 0.1%