stydoc
combined parser/scanner generator for C/C++
Install
- All systems
-
curl cmd.cat/stydoc.sh
- Debian
-
apt-get install styx
- Ubuntu
-
apt-get install styx
- Kali Linux
-
apt-get install styx
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install styx
- Raspbian
-
apt-get install styx
- Dockerfile
- dockerfile.run/stydoc
styx
combined parser/scanner generator for C/C++
The package facilitates application development including user-defined context free languages. Its development model deviates from the traditional lex/yacc pair (flex/bison in Debian) by automating tedious tasks which are commonly implemented in yacc's actions. Styx automatically derives a depth grammar, generates reentrant parsers that support persistent derivation trees, preserve full source information, support Unicode and are thread safe.