All Projects → cwi-swat → aterms

cwi-swat / aterms

Licence: other
The ATerm library is an extremely efficient library for maximally shared terms with a fast serialized format and a garbage collector (in C).

Programming Languages

java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
C#
18002 projects
C++
36643 projects - #6 most used programming language
shell
77523 projects
objective c
16641 projects - #2 most used programming language

ATerms are an efficient symbolic computation and exchange format. The core of the ATerm library is the C code that efficiently implements maximally shared (persistent, hash-consed) trees and lists, including an automatic generational garbage collector, and fast textual and binary serialization.

This library was developed at CWI with large contributions from INRIA Nancy and TU Eindhoven. It has been around for more than a decade. ATerm are used mostly in software products that heavily depend on symbolic evaluation, such as term rewriting (ASF+SDF, Stratego, ELAN, TOM) and model checking (mCRL2, haRVey).

Publications on ATerm library:

This aterms repository is a collection of components, all related to ATerms:

  • apigen: generates C and Java code from ADT descriptions to wrap the lower level ATerm API in a typed abstraction
  • aterm: code ATerm library in C
  • aterm-csharp: experimental ATerm implementation in C#
  • aterm-java: full ATerm implementation in Java
  • aterm-xml: command-line tools for mapping between ATerms and XML
  • balanced-binary-aterms: a balanced binary tree implementation on top of ATerms
  • relational-aterms: an implementation of relational calculus on top of ATerms
  • shared-objects: a core Java library for fast maximal sharing based on the factory and prototype design patterns
  • shared-objects-csharp: shared-objects ported to C#
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].