X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fbinaries%2Ftranscript%2Fv8Parser.mly;h=8bba4fb0bbb33d30e4ebcd5ffc2e804506d1e432;hb=347a92a83c3fa154c850d94b1a211fbb8334d4f1;hp=721cdd14109f1b3dcd21dfa7f98c07f0e15bc819;hpb=f620bf94af6c347926ed1c2328462efab7018b21;p=helm.git diff --git a/helm/software/components/binaries/transcript/v8Parser.mly b/helm/software/components/binaries/transcript/v8Parser.mly index 721cdd141..8bba4fb0b 100644 --- a/helm/software/components/binaries/transcript/v8Parser.mly +++ b/helm/software/components/binaries/transcript/v8Parser.mly @@ -100,10 +100,7 @@ ind: IND spcs { $1 ^ $2 }; set: SET spcs { $1 ^ $2 }; notation: NOT spcs { $1 ^ $2 }; - oc: OC spcs { $1 ^ $2 }; - coe: COE spcs { $1 ^ $2 }; cn: CN spcs { $1 ^ $2 }; - sc: SC spcs { $1 ^ $2 }; str: STR spcs { $1 ^ $2 }; id: ID spcs { $1 ^ $2 }; coerc: COERC spcs { $1 ^ $2 }; @@ -372,6 +369,10 @@ /* + oc: OC spcs { $1 ^ $2 }; + coe: COE spcs { $1 ^ $2 }; + sc: SC spcs { $1 ^ $2 }; + cnot: | EXTRA { $1 } | INT { $1 }