styx

STYX programming language


Keywords
application, desktop, development, compiler, language, programming-language
License
BSD-3-Clause
Install
dub fetch styx --version 0.0.1-alpha.7

Documentation

Styx CI Status codecov

Styx is a programming language and its compiler.

The language has mostly a C syntax and a simple LL(1) grammar. Its grammar is formally designed with a PEG and then the parser is written in D. A particular focus is put on testing, using D features such as in code unit tests or code instrumentation for coverage.