Welcome, Guest! Log In | Create Account

Share

Abstract Syntax Description Language

by danwang, jhr

The Abstract Syntax Description Lanuguage (ASDL) is a language designed to describe the tree-like data structures in compilers. Its main goal is to provide a method for compiler components written in different languages to interoperate.


http://asdl.sourceforge.net

Code Generators, Compilers

Abstract Syntax Description Language Actions