This is an implementation of the SimTex rules for e. g. parsing Hittite.
Setup example for Ubuntu:
# Initial setup
# clone the project
git clone https://github.com/hethport/simtex_ts.git
# make sure nodejs and npm are installed
sudo apt install nodejs npm
# install dependencies
cd simtex_ts
npm iPlease read the README in the folder src/unitTest.
Tools for debugging and testing the application can be found in the src/tools folder.
For more information, please read the README in this folder.