Skip to content

operasfantom/mathlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Instruction for build & run Logical Expressions parser/lexer

  1. Install one of the proposed IDEs: Rider(cross-platform) or Visual Studio(Windows only)

  2. Open project as .NET Core console application

  3. Download FsLexYacc nuget package via Nuget package manager in your IDE

  4. Run fsyacc.exe parser.fsp --module LogicParser

  5. Run fslex.exe lexer.fsl --unicode

  6. Add following files to the project: LogicParser.fsi LogicParser.fs LogicLexer.fs

  7. Arrange files in solution explorer as shown below(recommend):

    • LogicTree.fs
    • LogicParser.fs
    • LogicLexer.fs
    • Program.fs
    • other not .fs? files
  8. Run default configuration for project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published