foonathan / dryad

Data structures for ASTs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dryad

Build Status

dryad is a work-in-progress library with useful data structures for compiler ASTs. It is currently highly unstable, not ready for production use, and does not support anything other than a gcc/clang.

It is developed for my clauf C compiler development: https://github.com/foonathan/clauf.

Features

  • Utilities for AST classes.

  • String interning.

Documentation

Currently no documentation; you shouldn’t use it yet.

About

Data structures for ASTs

License:Boost Software License 1.0


Languages

Language:C++ 97.6%Language:CMake 2.4%