-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyNotFoundException #8
Comments
Hey, first of all, which language are you using? :) If you like to create a truth table try to use variables like 'a', 'b', 'c', ... instead of INTERACTIVE, foo or bar.
If you like to evaluate a finished expression like
I will add a sample Project using C# so you could take a look at it. And its important that u add a space between every token, also between the brackets: |
I'm using F# here, but that shouldn't really matter. |
No that shouldn't matter. :) You are right, that could be annoying. But the spaces are necessary so far, but I will do some brainstorming for a normalization... |
Hi, I'm trying out this library and it would be nice if I could do the following:
However when executing
GenerateTruthTable
orEvaluate
I get aSystem.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
exception.How should my expression syntax be looking in this case?
The text was updated successfully, but these errors were encountered: