ml-yacc
Parser generator for Standard ML
Install
- All systems
-
curl cmd.cat/ml-yacc.sh
- Debian
-
apt-get install ml-yacc
- Ubuntu
-
apt-get install ml-yacc
- Kali Linux
-
apt-get install ml-yacc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ml-yacc
- Dockerfile
- dockerfile.run/ml-yacc
ml-yacc
Parser generator for Standard ML
SML version of the yacc program, generates a parser for a LALR language. This package is useful for SML developers requiring a parser in their work.