septract / starling-tool

An automatic verifier for concurrent algorithms.
MIT License
7 stars 4 forks source link

Strong symbols #72

Closed MattWindsor91 closed 7 years ago

MattWindsor91 commented 8 years ago

For grasshopper etc. it would be useful for symbols to be more than just strings with attached variables, but instead allow for proper interpolation of those variables into the symbol to 'unfold' it into part of the output proof. This would require creating a mini-language of escape sequences in the symbol that cause it to substitute variables, and making the parser aware of this.

MattWindsor91 commented 7 years ago

Closing because #109 fixes this.