AlloyTools / org.alloytools.alloy

Alloy is a language for describing structures and a tool for exploring them. It has been used in a wide range of applications from finding holes in security mechanisms to designing telephone switching networks. This repository contains the code for the tool.
Other
694 stars 123 forks source link

Remove the unused EXH and PART tokens #202

Closed pkriens closed 1 year ago

pkriens commented 1 year ago

Fixes #110

pkriens commented 1 year ago

@nmacedo could you take a quick look? Since it touches the parser files I want to be sure ...

pkriens commented 1 year ago

@grayswandyr thanks btw :-)

nmacedo commented 1 year ago

Looks good, I've just removed additional deprecated code in 36607f6.