Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 363 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 363 Bytes

chemistry-checker

Sister project to "equality-checker" for checking chemical formula.

Installation / Setup Instructions

It needs Maven, which should find the required JFlex and CUP dependencies.

mvn jflex:generate cup:generate

Then run the main(...) method of the resulting target\generated-sources\cup\chemistry_checker\parser.java file. For now.