Skip to content
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

Parser #2

Closed
charlie-j opened this issue Jul 2, 2018 · 2 comments
Closed

Parser #2

charlie-j opened this issue Jul 2, 2018 · 2 comments
Assignees
Labels

Comments

@charlie-j
Copy link
Contributor

Parser pour:
monoide -> cste, oper, exp
bitstrings -> +,*,0_n, 1_n

@strub
Copy link
Member

strub commented Sep 4, 2018

Don't we have a more detailed file regarding the syntax somewhere? I do remember that we wrote more stuffs on the blackboard.

@charlie-j
Copy link
Contributor Author

Alors, ce qu'on veut en première instance c'est:

Terms:

Bitstrings := x+y, x*y, 0_n, 1_n
Corps Finis := 0,1, x+y,x*y
Monoide := g, g^x , g1 * g_2
Variables := x,y,z,.... 
Abstract functions symbols := f(x,y,z)

Potentiellement, les symboles de fonctions abstraits peuvent convertir les types.

Après, on veut pouvoir appeller des fonctions sur nos termes, du genre calculer l'inverse d'un terme vis à vis d'un ensemble précis de variable, un appel qui ressemblerait à :
get_inverter term (variables set)

strub added a commit that referenced this issue Oct 4, 2018
Relates to #2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants