Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

foonathan/dryad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.