Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Boolean expression parser

License

NotificationsYou must be signed in to change notification settings

tomc128/boolean-expression-parser

Repository files navigation

A library and accompanying CLI and WebUI for parsing, evaluating and generating truth tables for boolean logic expressions.

WebUI

The WebUI is available athttps://bep.tomchapman.dev/. This is updated manually when a new release is made.

Make up of the project

There are three main parts to the project:

  • The library, which is the core of the project. It contains the logic for parsing, evaluating and generating truth tables for boolean expressions.
    • This is the C# project namedBooleanExpressionParser.
  • The CLI, which provides a easy-to-use command line interface for the library.
    • This is the C# project namedBooleanExpressionParser.CLI.
  • The WebUI, which is a Blazor WebAssembly appplication built ontop of an ASP.NET server. It provides a web interface for the library.
    • This is the C# project namedBooleanExpressionParser.Web.

Wiki

For more information about usage, project structure, and functionality, please see thewiki.

Found an issue?

If you've found an issue, like an expression that casuses a crash or an incorrectly parsed expression, please open an issue on GitHub. Please include the expression that caused the issue, thank you! Or, if you're able to, fork the repo and fix it yourself. Pull requests are welcome!


[8]ページ先頭

©2009-2025 Movatter.jp