How to Install styx in Ubuntu 18.04



Install styx by entering the following commands in the terminal:

sudo apt update
sudo apt install styx

Description:

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.

Homepage: http://speculate.de/styx/

Version: 2.0.1-1build1

Section: universe/devel