Uses of Enum Class
dev.civl.abc.config.IF.Configurations.Language

Packages that use Configurations.Language
Package
Description
The analysis module provides various algorithms which analyze an AST, leaving behind information about the AST.
Module ast defines an Abstract Syntax Tree representation of a program, the AST.
Module config defines a configuration of ABC which specifies things such as the language be parsed, bounds on integer types, and so on.
Module parse is used to parse a token stream and produce an ANTLR tree representation of a C program.