Giter VIP home page Giter VIP logo

euler-set-solver's Introduction

euler-set-solver

Build License: MIT

euler-set-solver - recursive descent parser that design for evaluating and solving expressions of the set theory.

euler-set-solver written on C++/Cli which means(for now, at least) that you can only use this project on Windows with the Visual Studio based building tools.

Build

  1. Make sure that you have successfully install the Visual Studio or Visual Studio build tools with wthis components:
  • "Desktop development with C++";
  • ".NET Framework targeting pack" and ".NET Framework SDK" (any version starting from v4.0);
  • "C++ core features"
  • "C++/CLI support for build tools" (any version of build tools starting from v140);
  • "Windows 10 SDK".
  1. After that, you can configure the project:
$ cmake -B ./build -G <preferred generator>

OR

$ task configure -- <preferred generator>

Note that 'preferred generator' must be a Visual Studio based generator, for example: "Visual Studio 15 2017"

For configuring with the "Visual Studio 16 2019" generator, you can use:

$ task vsconfigure
  1. Run the build command or open Visual Studio solution in the ./build directory for manual build:
$ cmake --build ./build --config <Debug|Release>

OR

$ task build_<debug|release>
  1. You've done! The builded binary file available in the build directory.

Testing

To run project tests:

  1. Configure the project:
$ cmake -B ./build -G <preferred generator>

OR

$ task configure -- <preferred generator>
  1. Run tests command:
$ cmake --build ./build --config <Debug|Release> --target run-tests

OR

$ task test

Screenshots

Expand

License

This project is licensed under the MIT License.

Credits

My thanks to the developers of Colorful.Console.

euler-set-solver's People

Contributors

andinoriel avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.