Uses of Package
dev.civl.abc.front.IF
Packages that use dev.civl.abc.front.IF
Package
Description
Module parse is used to parse a token stream and
produce an ANTLR tree representation of a C program.
-
Classes in dev.civl.abc.front.IF used by dev.civl.abc.front.IFClassDescriptionAn object which translates an ANTLR tree to an ABC AST.A
Parseris used to parse aCivlcTokenSource--- a stream ofCivlcTokens --- and create aParseTree.This represents a parse tree which is the result of preprocessing and parsing a source in various languages, such as CIVL-C, Fortran, C, etc.A Preprocessor is used to preprocess source files.