mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
14 lines
546 B
Plaintext
14 lines
546 B
Plaintext
|
Styx is a scanner/parser generator designed to address some
|
||
|
shortcomings of the traditional lex/yacc combination.
|
||
|
|
||
|
It has unique features like automatic derivation of depth grammar,
|
||
|
production of the derivation tree including it's C interface,
|
||
|
preservation of full source information and pretty printing to
|
||
|
faciliate source-source translation, persistence to aid rapid
|
||
|
interpreter writing.
|
||
|
|
||
|
For application in contemporary computing environments, it supports
|
||
|
unicode, reentrancy and offers thread-safeness.
|
||
|
|
||
|
WWW: http://www.speculate.de/styx/
|