dependencies:
|
[Dependency "base" [[VGte "3.0.0"]],Dependency "currypath" [[VGte "3.0.0",VLt "4.0.0"]],Dependency "directory" [[VGte "3.0.0",VLt "4.0.0"]],Dependency "filepath" [[VGte "3.0.0",VLt "4.0.0"]],Dependency "frontend-exec" [[VGte "3.3.0",VLt "4.0.0"]],Dependency "read-legacy" [[VGte "3.0.0",VLt "4.0.0"]]]
|
documentation:
|
curry-ast
=========
This package contains libraries to deal with the abstract syntax tree of
Curry programs.
The abstract syntax tree contains position information
for the syntactic entities occurring in a Curry program.
Thus, this representation is useful for tools requiring position
information in Curry programs. If this is not required, the
representation provided by the package `abstract-curry` should
be preferred since it is more compact.
|